Html Css Color HEX #36E5D0 Turquoise

📋 copy color: '#36E5D0'

red 54 ◦ green 229 ◦ blue 208

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

Shades of Turquoise #36E5D0

Tints of Turquoise #36E5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 11%
G = 46.64%
B = 42.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#36E5D0 (or 0x36E5D0) is known color: Turquoise. HEX triplet: 36, E5 and D0. RGB value is (54,229,208). Sum of RGB (Red+Green+Blue) = 54+229+208=491 (65% of max value = 765). Red value is 54 (21.48% from 255 or 11.00% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #36E5D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E5D0 is #C91A2F. Grayscale: #AEAEAE. Windows color (decimal): -13179440 or 13690166. OLE color: 13690166.

HSL color Cylindrical-coordinate representation of color #36E5D0: hue angle of 172.8º 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 #36E5D0 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 229 208 -
CMYK 0.76 0 0.09 0.10
HSL 172.8º 0.77% 0.55% -
HSV(B) 172.8º 0.76% 0.9% -
XYZ 40.93 61.38 69.36 -
YUV 174.28 147.02 42.21 -
System Red Green Blue C M Y K H S L
Decimal 54 229 208 0.76 0 0.09 0.10 172.8 0.77 0.55
Hex 36 E5 D0 4C 0 9 A AD 4D 37
Octal 66 345 320 114 0 11 12 255 115 67
Binary 110110 11100101 11010000 1001100 0 1001 1010 10101101 1001101 110111

Color Harmonies of #36E5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E5D0

Black with #36E5D0

Text Example


Text Example

White with #36E5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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