Html Css Color HEX #36E5CB Turquoise

📋 copy color: '#36E5CB'

red 54 ◦ green 229 ◦ blue 203

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

Shades of Turquoise #36E5CB

Tints of Turquoise #36E5CB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.12%

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 11.11%
G = 47.12%
B = 41.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#36E5CB (or 0x36E5CB) is known color: Turquoise. HEX triplet: 36, E5 and CB. RGB value is (54,229,203). Sum of RGB (Red+Green+Blue) = 54+229+203=486 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.11% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #36E5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E5CB is #C91A34. Grayscale: #ADADAD. Windows color (decimal): -13179445 or 13362486. OLE color: 13362486.

HSL color Cylindrical-coordinate representation of color #36E5CB: hue angle of 171.09º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E5CB is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 229 203 -
CMYK 0.76 0 0.11 0.10
HSL 171.09º 0.77% 0.55% -
HSV(B) 171.09º 0.76% 0.9% -
XYZ 40.32 61.13 66.18 -
YUV 173.71 144.52 42.61 -
System Red Green Blue C M Y K H S L
Decimal 54 229 203 0.76 0 0.11 0.10 171.09 0.77 0.55
Hex 36 E5 CB 4C 0 B A AB 4D 37
Octal 66 345 313 114 0 13 12 253 115 67
Binary 110110 11100101 11001011 1001100 0 1011 1010 10101011 1001101 110111

Color Harmonies of #36E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E5CB

Black with #36E5CB

Text Example


Text Example

White with #36E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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