#48e6b2

Color #48E6B2 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #48E6B2

Tints of Turquoise #48E6B2

Color information

#48E6B2 (or 0x48E6B2) is unknown color: approx Turquoise. HEX triplet: 48, E6 and B2. RGB value is (72,230,178). Sum of RGB (Red+Green+Blue) = 72+230+178=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E6B2 is #B7194D. Grayscale: #B0B0B0. Windows color (decimal): -11999566 or 11724360. OLE color: 11724360.

HSL color Cylindrical-coordinate representation of color #48E6B2: hue angle of 160.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6B2 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB72230178-
CMYK0.6900.230.10
HSL160.25º75.96%59.22%-
HSV(B)160.25º68.7%90.2%-
XYZ39.0161.1951.87-
YUV176.83128.6553.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 15%
GREEN value IS 230 (90.23% from 255) = 47.92%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=15%
G=47.92%
B=37.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722301780.6900.230.10160.2575.9659.22
Hex48E6B245017Aa04c3b
Octal1103462621050271224011473
Binary1001000111001101011001010001010101111010101000001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48e6b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48e6b2; }

 p { color: rgb(72,230,178); }

 H1.HeaderClassName
 {
   color: #48e6b2;
 }
 .AnyTagClassName
 {
   color: #48e6b2;
 }
</style>
background-color css

<style>
 a { background-color: #48e6b2; }

 a { background-color: rgb(72,230,178); }

 div.DivClassName
 {
   background-color: #48e6b2;
 }
 .BgClassName
 {
   background-color: #48e6b2;
 }
</style>
border-color css

<style>
 span { border-color: #48e6b2; }

 span { border-color: rgb(72,230,178); }

 td.TdClassName
 {
   border-color: #48e6b2;
 }
 .TagClassName
 {
   border-color: #48e6b2;
 }
</style>