Html Css Color HEX #36E8D0 Turquoise

📋 copy color: '#36E8D0'

red 54 ◦ green 232 ◦ blue 208

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

Shades of Turquoise #36E8D0

Tints of Turquoise #36E8D0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.96%

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

R = 10.93%
G = 46.96%
B = 42.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#36E8D0 (or 0x36E8D0) is known color: Turquoise. HEX triplet: 36, E8 and D0. RGB value is (54,232,208). Sum of RGB (Red+Green+Blue) = 54+232+208=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #36E8D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E8D0 is #C9172F. Grayscale: #AFAFAF. Windows color (decimal): -13178672 or 13690934. OLE color: 13690934.

HSL color Cylindrical-coordinate representation of color #36E8D0: hue angle of 171.91º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E8D0 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 54 232 208 -
CMYK 0.77 0 0.10 0.09
HSL 171.91º 0.79% 0.56% -
HSV(B) 171.91º 0.77% 0.91% -
XYZ 41.76 63.05 69.64 -
YUV 176.04 146.03 40.95 -
System Red Green Blue C M Y K H S L
Decimal 54 232 208 0.77 0 0.10 0.09 171.91 0.79 0.56
Hex 36 E8 D0 4D 0 A 9 AC 4F 38
Octal 66 350 320 115 0 12 11 254 117 70
Binary 110110 11101000 11010000 1001101 0 1010 1001 10101100 1001111 111000

Color Harmonies of #36E8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E8D0

Black with #36E8D0

Text Example


Text Example

White with #36E8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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