Html Css Color HEX #36E5EF Turquoise

📋 copy color: '#36E5EF'

red 54 ◦ green 229 ◦ blue 239

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

Shades of Turquoise #36E5EF

Tints of Turquoise #36E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.87%

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 10.34%
G = 43.87%
B = 45.79%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#36E5EF (or 0x36E5EF) is known color: Turquoise. HEX triplet: 36, E5 and EF. RGB value is (54,229,239). Sum of RGB (Red+Green+Blue) = 54+229+239=522 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.34% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #36E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E5EF is #C91A10. Grayscale: #B1B1B1. Windows color (decimal): -13179409 or 15721782. OLE color: 15721782.

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

Color convert

RGB 54 229 239 -
CMYK 0.77 0.04 0 0.06
HSL 183.24º 0.85% 0.57% -
HSV(B) 183.24º 0.77% 0.94% -
XYZ 45.12 63.05 91.45 -
YUV 177.82 162.52 39.69 -
System Red Green Blue C M Y K H S L
Decimal 54 229 239 0.77 0.04 0 0.06 183.24 0.85 0.57
Hex 36 E5 EF 4D 4 0 6 B7 55 39
Octal 66 345 357 115 4 0 6 267 125 71
Binary 110110 11100101 11101111 1001101 100 0 110 10110111 1010101 111001

Color Harmonies of #36E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E5EF

Black with #36E5EF

Text Example


Text Example

White with #36E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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