Html Css Color HEX #36EFDC Turquoise

📋 copy color: '#36EFDC'

red 54 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #36EFDC

Tints of Turquoise #36EFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 10.53%
G = 46.59%
B = 42.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#36EFDC (or 0x36EFDC) is known color: Turquoise. HEX triplet: 36, EF and DC. RGB value is (54,239,220). Sum of RGB (Red+Green+Blue) = 54+239+220=513 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.53% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFDC is #C91023. Grayscale: #B5B5B5. Windows color (decimal): -13176868 or 14479158. OLE color: 14479158.

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

Color convert

RGB 54 239 220 -
CMYK 0.77 0 0.08 0.06
HSL 173.84º 0.85% 0.57% -
HSV(B) 173.84º 0.77% 0.94% -
XYZ 45.31 67.68 78.39 -
YUV 181.52 149.71 37.04 -
System Red Green Blue C M Y K H S L
Decimal 54 239 220 0.77 0 0.08 0.06 173.84 0.85 0.57
Hex 36 EF DC 4D 0 8 6 AE 55 39
Octal 66 357 334 115 0 10 6 256 125 71
Binary 110110 11101111 11011100 1001101 0 1000 110 10101110 1010101 111001

Color Harmonies of #36EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EFDC

Black with #36EFDC

Text Example


Text Example

White with #36EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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