#36CBB8

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

Shades of Medium Turquoise #36CBB8

Tints of Medium Turquoise #36CBB8

Color information

#36CBB8 (or 0x36CBB8) is unknown color: approx Medium Turquoise. HEX triplet: 36, CB and B8. RGB value is (54,203,184). Sum of RGB (Red+Green+Blue) = 54+203+184=441 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.24% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #36CBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBB8 is #C93447. Grayscale: #9C9C9C. Windows color (decimal): -13186120 or 12110646. OLE color: 12110646.

HSL color Cylindrical-coordinate representation of color #36CBB8: hue angle of 172.35º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CBB8 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB54203184-
CMYK0.7300.090.20
HSL172.35º58.89%50.39%-
HSV(B)172.35º73.4%79.61%-
XYZ31.5346.9652.75-
YUV156.28143.6455.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.24%
GREEN value IS 203 (79.69% from 255) = 46.03%
BLUE value IS 184 (72.27% from 255) = 41.72%
R=12.24%
G=46.03%
B=41.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal542031840.7300.090.20172.3558.8950.39
Hex36CBB8490914ac3b32
Octal66313270111011242547362
Binary11011011001011101110001001001010011010010101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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