Html Css Color HEX #36EDE5 Turquoise

📋 copy color: '#36EDE5'

red 54 ◦ green 237 ◦ blue 229

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

Shades of Turquoise #36EDE5

Tints of Turquoise #36EDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 10.38%
G = 45.58%
B = 44.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#36EDE5 (or 0x36EDE5) is known color: Turquoise. HEX triplet: 36, ED and E5. RGB value is (54,237,229). Sum of RGB (Red+Green+Blue) = 54+237+229=520 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.38% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #36EDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EDE5 is #C9121A. Grayscale: #B5B5B5. Windows color (decimal): -13177371 or 15068470. OLE color: 15068470.

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

Color convert

RGB 54 237 229 -
CMYK 0.77 0 0.03 0.07
HSL 177.38º 0.84% 0.57% -
HSV(B) 177.38º 0.77% 0.93% -
XYZ 45.95 67.01 84.64 -
YUV 181.37 154.87 37.15 -
System Red Green Blue C M Y K H S L
Decimal 54 237 229 0.77 0 0.03 0.07 177.38 0.84 0.57
Hex 36 ED E5 4D 0 3 7 B1 54 39
Octal 66 355 345 115 0 3 7 261 124 71
Binary 110110 11101101 11100101 1001101 0 11 111 10110001 1010100 111001

Color Harmonies of #36EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EDE5

Black with #36EDE5

Text Example


Text Example

White with #36EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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