#48EFC6

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

Shades of Turquoise #48EFC6

Tints of Turquoise #48EFC6

Color information

#48EFC6 (or 0x48EFC6) is unknown color: approx Turquoise. HEX triplet: 48, EF and C6. RGB value is (72,239,198). Sum of RGB (Red+Green+Blue) = 72+239+198=509 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.15% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #48EFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EFC6 is #B71039. Grayscale: #B8B8B8. Windows color (decimal): -11997242 or 13037384. OLE color: 13037384.

HSL color Cylindrical-coordinate representation of color #48EFC6: hue angle of 165.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EFC6 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB72239198-
CMYK0.7000.170.06
HSL165.27º83.92%60.98%-
HSV(B)165.27º69.87%93.73%-
XYZ43.7367.1964.09-
YUV184.39135.6747.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.15%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=14.15%
G=46.95%
B=38.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722391980.7000.170.06165.2783.9260.98
Hex48EFC6460116a5543d
Octal110357306106021624512475
Binary100100011101111110001101000110010001110101001011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,239,198); }

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

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

 a { background-color: rgb(72,239,198); }

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

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

 span { border-color: rgb(72,239,198); }

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