#36CFCE

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

Shades of Medium Turquoise #36CFCE

Tints of Medium Turquoise #36CFCE

Color information

#36CFCE (or 0x36CFCE) is unknown color: approx Medium Turquoise. HEX triplet: 36, CF and CE. RGB value is (54,207,206). Sum of RGB (Red+Green+Blue) = 54+207+206=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFCE is #C93031. Grayscale: #A0A0A0. Windows color (decimal): -13185074 or 13553462. OLE color: 13553462.

HSL color Cylindrical-coordinate representation of color #36CFCE: hue angle of 179.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CFCE is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB54207206-
CMYK0.7400.000.19
HSL179.61º61.45%51.18%-
HSV(B)179.61º73.91%81.18%-
XYZ34.9749.8766.17-
YUV161.14153.3151.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.56%
GREEN value IS 207 (81.25% from 255) = 44.33%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=11.56%
G=44.33%
B=44.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal542072060.7400.000.19179.6161.4551.18
Hex36CFCE4A0013b43d33
Octal6631731611200232647563
Binary11011011001111110011101001010001001110110100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,207,206); }

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

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

 a { background-color: rgb(54,207,206); }

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

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

 span { border-color: rgb(54,207,206); }

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