Html Css Color HEX #36ECCD Turquoise

📋 copy color: '#36ECCD'

red 54 ◦ green 236 ◦ blue 205

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

Shades of Turquoise #36ECCD

Tints of Turquoise #36ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 10.91%
G = 47.68%
B = 41.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#36ECCD (or 0x36ECCD) is known color: Turquoise. HEX triplet: 36, EC and CD. RGB value is (54,236,205). Sum of RGB (Red+Green+Blue) = 54+236+205=495 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.91% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECCD is #C91332. Grayscale: #B1B1B1. Windows color (decimal): -13177651 or 13495350. OLE color: 13495350.

HSL color Cylindrical-coordinate representation of color #36ECCD: hue angle of 169.78º 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 #36ECCD is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 236 205 -
CMYK 0.77 0 0.13 0.07
HSL 169.78º 0.83% 0.57% -
HSV(B) 169.78º 0.77% 0.93% -
XYZ 42.54 65.18 68.1 -
YUV 178.05 143.2 39.52 -
System Red Green Blue C M Y K H S L
Decimal 54 236 205 0.77 0 0.13 0.07 169.78 0.83 0.57
Hex 36 EC CD 4D 0 D 7 AA 53 39
Octal 66 354 315 115 0 15 7 252 123 71
Binary 110110 11101100 11001101 1001101 0 1101 111 10101010 1010011 111001

Color Harmonies of #36ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ECCD

Black with #36ECCD

Text Example


Text Example

White with #36ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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