#36CBCE

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

Shades of Medium Turquoise #36CBCE

Tints of Medium Turquoise #36CBCE

Color information

#36CBCE (or 0x36CBCE) is unknown color: approx Medium Turquoise. HEX triplet: 36, CB and CE. RGB value is (54,203,206). Sum of RGB (Red+Green+Blue) = 54+203+206=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #36CBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBCE is #C93431. Grayscale: #9E9E9E. Windows color (decimal): -13186098 or 13552438. OLE color: 13552438.

HSL color Cylindrical-coordinate representation of color #36CBCE: hue angle of 181.18º 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 #36CBCE is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB54203206-
CMYK0.740.0100.19
HSL181.18º60.8%50.98%-
HSV(B)181.18º73.79%80.78%-
XYZ34.0247.9565.86-
YUV158.79154.6453.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.66%
GREEN value IS 203 (79.69% from 255) = 43.84%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=11.66%
G=43.84%
B=44.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal542032060.740.0100.19181.1860.850.98
Hex36CBCE4A1013b53d33
Octal6631331611210232657563
Binary11011011001011110011101001010101001110110101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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