Html Css Color HEX #36EFCD Turquoise

📋 copy color: '#36EFCD'

red 54 ◦ green 239 ◦ blue 205

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

Shades of Turquoise #36EFCD

Tints of Turquoise #36EFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.99%

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

R = 10.84%
G = 47.99%
B = 41.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#36EFCD (or 0x36EFCD) is known color: Turquoise. HEX triplet: 36, EF and CD. RGB value is (54,239,205). Sum of RGB (Red+Green+Blue) = 54+239+205=498 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.84% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFCD is #C91032. Grayscale: #B3B3B3. Windows color (decimal): -13176883 or 13496118. OLE color: 13496118.

HSL color Cylindrical-coordinate representation of color #36EFCD: hue angle of 168.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EFCD is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 239 205 -
CMYK 0.77 0 0.14 0.06
HSL 168.97º 0.85% 0.57% -
HSV(B) 168.97º 0.77% 0.94% -
XYZ 43.41 66.93 68.39 -
YUV 179.81 142.21 38.26 -
System Red Green Blue C M Y K H S L
Decimal 54 239 205 0.77 0 0.14 0.06 168.97 0.85 0.57
Hex 36 EF CD 4D 0 E 6 A9 55 39
Octal 66 357 315 115 0 16 6 251 125 71
Binary 110110 11101111 11001101 1001101 0 1110 110 10101001 1010101 111001

Color Harmonies of #36EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EFCD

Black with #36EFCD

Text Example


Text Example

White with #36EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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