Html Css Color HEX #36EDE6 Turquoise

📋 copy color: '#36EDE6'

red 54 ◦ green 237 ◦ blue 230

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

Shades of Turquoise #36EDE6

Tints of Turquoise #36EDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.15%

R = 10.36%
G = 45.49%
B = 44.15%

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

#36EDE6 (or 0x36EDE6) is known color: Turquoise. HEX triplet: 36, ED and E6. RGB value is (54,237,230). Sum of RGB (Red+Green+Blue) = 54+237+230=521 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.36% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #36EDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EDE6 is #C91219. Grayscale: #B5B5B5. Windows color (decimal): -13177370 or 15134006. OLE color: 15134006.

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

Color convert

RGB 54 237 230 -
CMYK 0.77 0 0.03 0.07
HSL 177.7º 0.84% 0.57% -
HSV(B) 177.7º 0.77% 0.93% -
XYZ 46.09 67.07 85.38 -
YUV 181.49 155.37 37.07 -
System Red Green Blue C M Y K H S L
Decimal 54 237 230 0.77 0 0.03 0.07 177.7 0.84 0.57
Hex 36 ED E6 4D 0 3 7 B2 54 39
Octal 66 355 346 115 0 3 7 262 124 71
Binary 110110 11101101 11100110 1001101 0 11 111 10110010 1010100 111001

Color Harmonies of #36EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EDE6

Black with #36EDE6

Text Example


Text Example

White with #36EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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