#48F3C9

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

Shades of Turquoise #48F3C9

Tints of Turquoise #48F3C9

Color information

#48F3C9 (or 0x48F3C9) is unknown color: approx Turquoise. HEX triplet: 48, F3 and C9. RGB value is (72,243,201). Sum of RGB (Red+Green+Blue) = 72+243+201=516 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.95% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #48F3C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F3C9 is #B70C36. Grayscale: #BBBBBB. Windows color (decimal): -11996215 or 13235016. OLE color: 13235016.

HSL color Cylindrical-coordinate representation of color #48F3C9: hue angle of 165.26º 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 #48F3C9 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB72243201-
CMYK0.7000.170.05
HSL165.26º87.69%61.76%-
HSV(B)165.26º70.37%95.29%-
XYZ45.2769.766.33-
YUV187.08135.8545.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.95%
GREEN value IS 243 (95.31% from 255) = 47.09%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=13.95%
G=47.09%
B=38.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal722432010.7000.170.05165.2687.6961.76
Hex48F3C9460115a5583e
Octal110363311106021524513076
Binary100100011110011110010011000110010001101101001011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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