Html Css Color HEX #36E0EE Turquoise

📋 copy color: '#36E0EE'

red 54 ◦ green 224 ◦ blue 238

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

Shades of Turquoise #36E0EE

Tints of Turquoise #36E0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.41%

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 10.47%
G = 43.41%
B = 46.12%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#36E0EE (or 0x36E0EE) is known color: Turquoise. HEX triplet: 36, E0 and EE. RGB value is (54,224,238). Sum of RGB (Red+Green+Blue) = 54+224+238=516 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.47% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #36E0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E0EE is #C91F11. Grayscale: #AEAEAE. Windows color (decimal): -13180690 or 15654966. OLE color: 15654966.

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

Color convert

RGB 54 224 238 -
CMYK 0.77 0.06 0 0.07
HSL 184.57º 0.84% 0.57% -
HSV(B) 184.57º 0.77% 0.93% -
XYZ 43.61 60.27 90.22 -
YUV 174.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 54 224 238 0.77 0.06 0 0.07 184.57 0.84 0.57
Hex 36 E0 EE 4D 6 0 7 B9 54 39
Octal 66 340 356 115 6 0 7 271 124 71
Binary 110110 11100000 11101110 1001101 110 0 111 10111001 1010100 111001

Color Harmonies of #36E0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E0EE

Black with #36E0EE

Text Example


Text Example

White with #36E0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,224,238); }

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

background-color css

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

 a { background-color: rgb(54,224,238); }

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

border-color css

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

 span { border-color: rgb(54,224,238); }

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