Html Css Color HEX #36CEB8 Medium Turquoise

📋 copy color: '#36CEB8'

red 54 ◦ green 206 ◦ blue 184

#36CEB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #36CEB8

Tints of Medium Turquoise #36CEB8

RGB

 RED value IS 54 (21.48% from 255) = 12.16%

 GREEN value IS 206 (80.86% from 255) = 46.4%

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 12.16%
G = 46.4%
B = 41.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#36CEB8 (or 0x36CEB8) is known color: Medium Turquoise. HEX triplet: 36, CE and B8. RGB value is (54,206,184). Sum of RGB (Red+Green+Blue) = 54+206+184=444 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.16% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #36CEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEB8 is #C93147. Grayscale: #9D9D9D. Windows color (decimal): -13185352 or 12111414. OLE color: 12111414.

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

Color convert

RGB 54 206 184 -
CMYK 0.74 0 0.11 0.19
HSL 171.32º 0.61% 0.51% -
HSV(B) 171.32º 0.74% 0.81% -
XYZ 32.24 48.39 52.99 -
YUV 158.04 142.64 53.79 -
System Red Green Blue C M Y K H S L
Decimal 54 206 184 0.74 0 0.11 0.19 171.32 0.61 0.51
Hex 36 CE B8 4A 0 B 13 AB 3D 33
Octal 66 316 270 112 0 13 23 253 75 63
Binary 110110 11001110 10111000 1001010 0 1011 10011 10101011 111101 110011

Color Harmonies of #36CEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CEB8

Black with #36CEB8

Text Example


Text Example

White with #36CEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36CEB8;
 }
 .AnyTagClassName
 {
   color: #36CEB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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