Html Css Color HEX #36E2CB Turquoise

📋 copy color: '#36E2CB'

red 54 ◦ green 226 ◦ blue 203

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

Shades of Turquoise #36E2CB

Tints of Turquoise #36E2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.79%

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

R = 11.18%
G = 46.79%
B = 42.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#36E2CB (or 0x36E2CB) is known color: Turquoise. HEX triplet: 36, E2 and CB. RGB value is (54,226,203). Sum of RGB (Red+Green+Blue) = 54+226+203=483 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.18% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #36E2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E2CB is #C91D34. Grayscale: #ABABAB. Windows color (decimal): -13180213 or 13361718. OLE color: 13361718.

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

Color convert

RGB 54 226 203 -
CMYK 0.76 0 0.10 0.11
HSL 171.98º 0.75% 0.55% -
HSV(B) 171.98º 0.76% 0.89% -
XYZ 39.5 59.49 65.9 -
YUV 171.95 145.52 43.87 -
System Red Green Blue C M Y K H S L
Decimal 54 226 203 0.76 0 0.10 0.11 171.98 0.75 0.55
Hex 36 E2 CB 4C 0 A B AC 4B 37
Octal 66 342 313 114 0 12 13 254 113 67
Binary 110110 11100010 11001011 1001100 0 1010 1011 10101100 1001011 110111

Color Harmonies of #36E2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E2CB

Black with #36E2CB

Text Example


Text Example

White with #36E2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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