#48F3C3

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

Shades of Turquoise #48F3C3

Tints of Turquoise #48F3C3

Color information

#48F3C3 (or 0x48F3C3) is unknown color: approx Turquoise. HEX triplet: 48, F3 and C3. RGB value is (72,243,195). Sum of RGB (Red+Green+Blue) = 72+243+195=510 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.12% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #48F3C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F3C3 is #B70C3C. Grayscale: #BABABA. Windows color (decimal): -11996221 or 12841800. OLE color: 12841800.

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

Color convert

RGB72243195-
CMYK0.7000.200.05
HSL163.16º87.69%61.76%-
HSV(B)163.16º70.37%95.29%-
XYZ44.5769.4262.68-
YUV186.4132.8546.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.12%
GREEN value IS 243 (95.31% from 255) = 47.65%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=14.12%
G=47.65%
B=38.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal722431950.7000.200.05163.1687.6961.76
Hex48F3C3460145a3583e
Octal110363303106024524313076
Binary100100011110011110000111000110010100101101000111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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