#48F6CB

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

Shades of Turquoise #48F6CB

Tints of Turquoise #48F6CB

Color information

#48F6CB (or 0x48F6CB) is unknown color: approx Turquoise. HEX triplet: 48, F6 and CB. RGB value is (72,246,203). Sum of RGB (Red+Green+Blue) = 72+246+203=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #48F6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F6CB is #B70934. Grayscale: #BDBDBD. Windows color (decimal): -11995445 or 13366856. OLE color: 13366856.

HSL color Cylindrical-coordinate representation of color #48F6CB: hue angle of 165.17º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F6CB is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB72246203-
CMYK0.7100.170.04
HSL165.17º90.62%62.35%-
HSV(B)165.17º70.73%96.47%-
XYZ46.4171.667.87-
YUV189.07135.8544.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.82%
GREEN value IS 246 (96.48% from 255) = 47.22%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=13.82%
G=47.22%
B=38.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722462030.7100.170.04165.1790.6262.35
Hex48F6CB470114a55b3e
Octal110366313107021424513376
Binary100100011110110110010111000111010001100101001011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,246,203); }

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

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

 a { background-color: rgb(72,246,203); }

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

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

 span { border-color: rgb(72,246,203); }

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