#48F3C8

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

Shades of Turquoise #48F3C8

Tints of Turquoise #48F3C8

Color information

#48F3C8 (or 0x48F3C8) is unknown color: approx Turquoise. HEX triplet: 48, F3 and C8. RGB value is (72,243,200). Sum of RGB (Red+Green+Blue) = 72+243+200=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #48F3C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F3C8 is #B70C37. Grayscale: #BABABA. Windows color (decimal): -11996216 or 13169480. OLE color: 13169480.

HSL color Cylindrical-coordinate representation of color #48F3C8: hue angle of 164.91º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F3C8 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB72243200-
CMYK0.7000.180.05
HSL164.91º87.69%61.76%-
HSV(B)164.91º70.37%95.29%-
XYZ45.1569.6565.71-
YUV186.97135.3546-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.98%
GREEN value IS 243 (95.31% from 255) = 47.18%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=13.98%
G=47.18%
B=38.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal722432000.7000.180.05164.9187.6961.76
Hex48F3C8460125a5583e
Octal110363310106022524513076
Binary100100011110011110010001000110010010101101001011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,243,200); }

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

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

 a { background-color: rgb(72,243,200); }

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

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

 span { border-color: rgb(72,243,200); }

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