Html Css Color HEX #36ECD7 Turquoise

📋 copy color: '#36ECD7'

red 54 ◦ green 236 ◦ blue 215

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

Shades of Turquoise #36ECD7

Tints of Turquoise #36ECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

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

R = 10.69%
G = 46.73%
B = 42.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#36ECD7 (or 0x36ECD7) is known color: Turquoise. HEX triplet: 36, EC and D7. RGB value is (54,236,215). Sum of RGB (Red+Green+Blue) = 54+236+215=505 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.69% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECD7 is #C91328. Grayscale: #B3B3B3. Windows color (decimal): -13177641 or 14150710. OLE color: 14150710.

HSL color Cylindrical-coordinate representation of color #36ECD7: hue angle of 173.08º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36ECD7 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 236 215 -
CMYK 0.77 0 0.09 0.07
HSL 173.08º 0.83% 0.57% -
HSV(B) 173.08º 0.77% 0.93% -
XYZ 43.78 65.68 74.66 -
YUV 179.19 148.2 38.71 -
System Red Green Blue C M Y K H S L
Decimal 54 236 215 0.77 0 0.09 0.07 173.08 0.83 0.57
Hex 36 EC D7 4D 0 9 7 AD 53 39
Octal 66 354 327 115 0 11 7 255 123 71
Binary 110110 11101100 11010111 1001101 0 1001 111 10101101 1010011 111001

Color Harmonies of #36ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ECD7

Black with #36ECD7

Text Example


Text Example

White with #36ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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