#36F2CB

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

Shades of Turquoise #36F2CB

Tints of Turquoise #36F2CB

Color information

#36F2CB (or 0x36F2CB) is unknown color: approx Turquoise. HEX triplet: 36, F2 and CB. RGB value is (54,242,203). Sum of RGB (Red+Green+Blue) = 54+242+203=499 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.82% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #36F2CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F2CB is #C90D34. Grayscale: #B5B5B5. Windows color (decimal): -13176117 or 13365814. OLE color: 13365814.

HSL color Cylindrical-coordinate representation of color #36F2CB: hue angle of 167.55º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F2CB is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB54242203-
CMYK0.7800.160.05
HSL167.55º87.85%58.04%-
HSV(B)167.55º77.69%94.9%-
XYZ44.0568.667.42-
YUV181.34140.2237.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.82%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=10.82%
G=48.50%
B=40.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542422030.7800.160.05167.5587.8558.04
Hex36F2CB4E0105a8583a
Octal66362313116020525013072
Binary11011011110010110010111001110010000101101010001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36F2CB; }

 p { color: rgb(54,242,203); }

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

<style>
 a { background-color: #36F2CB; }

 a { background-color: rgb(54,242,203); }

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

<style>
 span { border-color: #36F2CB; }

 span { border-color: rgb(54,242,203); }

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