Html Css Color HEX #36EEDA Turquoise

📋 copy color: '#36EEDA'

red 54 ◦ green 238 ◦ blue 218

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

Shades of Turquoise #36EEDA

Tints of Turquoise #36EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 10.59%
G = 46.67%
B = 42.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#36EEDA (or 0x36EEDA) is known color: Turquoise. HEX triplet: 36, EE and DA. RGB value is (54,238,218). Sum of RGB (Red+Green+Blue) = 54+238+218=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEDA is #C91125. Grayscale: #B4B4B4. Windows color (decimal): -13177126 or 14347830. OLE color: 14347830.

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

Color convert

RGB 54 238 218 -
CMYK 0.77 0 0.08 0.07
HSL 173.48º 0.84% 0.57% -
HSV(B) 173.48º 0.77% 0.93% -
XYZ 44.75 67 76.9 -
YUV 180.7 149.04 37.63 -
System Red Green Blue C M Y K H S L
Decimal 54 238 218 0.77 0 0.08 0.07 173.48 0.84 0.57
Hex 36 EE DA 4D 0 8 7 AD 54 39
Octal 66 356 332 115 0 10 7 255 124 71
Binary 110110 11101110 11011010 1001101 0 1000 111 10101101 1010100 111001

Color Harmonies of #36EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EEDA

Black with #36EEDA

Text Example


Text Example

White with #36EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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