Html Css Color HEX #36EFD0 Turquoise

📋 copy color: '#36EFD0'

red 54 ◦ green 239 ◦ blue 208

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

Shades of Turquoise #36EFD0

Tints of Turquoise #36EFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 10.78%
G = 47.7%
B = 41.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#36EFD0 (or 0x36EFD0) is known color: Turquoise. HEX triplet: 36, EF and D0. RGB value is (54,239,208). Sum of RGB (Red+Green+Blue) = 54+239+208=501 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.78% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFD0 is #C9102F. Grayscale: #B4B4B4. Windows color (decimal): -13176880 or 13692726. OLE color: 13692726.

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

Color convert

RGB 54 239 208 -
CMYK 0.77 0 0.13 0.06
HSL 169.95º 0.85% 0.57% -
HSV(B) 169.95º 0.77% 0.94% -
XYZ 43.77 67.07 70.31 -
YUV 180.15 143.71 38.02 -
System Red Green Blue C M Y K H S L
Decimal 54 239 208 0.77 0 0.13 0.06 169.95 0.85 0.57
Hex 36 EF D0 4D 0 D 6 AA 55 39
Octal 66 357 320 115 0 15 6 252 125 71
Binary 110110 11101111 11010000 1001101 0 1101 110 10101010 1010101 111001

Color Harmonies of #36EFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EFD0

Black with #36EFD0

Text Example


Text Example

White with #36EFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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