Html Css Color HEX #36E1D7 Turquoise

📋 copy color: '#36E1D7'

red 54 ◦ green 225 ◦ blue 215

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

Shades of Turquoise #36E1D7

Tints of Turquoise #36E1D7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 10.93%
G = 45.55%
B = 43.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#36E1D7 (or 0x36E1D7) is known color: Turquoise. HEX triplet: 36, E1 and D7. RGB value is (54,225,215). Sum of RGB (Red+Green+Blue) = 54+225+215=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #36E1D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E1D7 is #C91E28. Grayscale: #ACACAC. Windows color (decimal): -13180457 or 14147894. OLE color: 14147894.

HSL color Cylindrical-coordinate representation of color #36E1D7: hue angle of 176.49º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E1D7 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 225 215 -
CMYK 0.76 0 0.04 0.12
HSL 176.49º 0.74% 0.55% -
HSV(B) 176.49º 0.76% 0.88% -
XYZ 40.71 59.54 73.64 -
YUV 172.73 151.85 43.31 -
System Red Green Blue C M Y K H S L
Decimal 54 225 215 0.76 0 0.04 0.12 176.49 0.74 0.55
Hex 36 E1 D7 4C 0 4 C B0 4A 37
Octal 66 341 327 114 0 4 14 260 112 67
Binary 110110 11100001 11010111 1001100 0 100 1100 10110000 1001010 110111

Color Harmonies of #36E1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E1D7

Black with #36E1D7

Text Example


Text Example

White with #36E1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,225,215); }

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

background-color css

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

 a { background-color: rgb(54,225,215); }

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

border-color css

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

 span { border-color: rgb(54,225,215); }

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