Html Css Color HEX #5AEEDC Turquoise

📋 copy color: '#5AEEDC'

red 90 ◦ green 238 ◦ blue 220

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

Shades of Turquoise #5AEEDC

Tints of Turquoise #5AEEDC

RGB

 RED value IS 90 (35.55% from 255) = 16.42%

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 16.42%
G = 43.43%
B = 40.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#5AEEDC (or 0x5AEEDC) is known color: Turquoise. HEX triplet: 5A, EE and DC. RGB value is (90,238,220). Sum of RGB (Red+Green+Blue) = 90+238+220=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEDC is #A51123. Grayscale: #BFBFBF. Windows color (decimal): -10817828 or 14478938. OLE color: 14478938.

HSL color Cylindrical-coordinate representation of color #5AEEDC: hue angle of 172.7º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEDC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 238 220 -
CMYK 0.62 0 0.08 0.07
HSL 172.7º 0.81% 0.64% -
HSV(B) 172.7º 0.62% 0.93% -
XYZ 47.71 68.49 78.42 -
YUV 191.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 90 238 220 0.62 0 0.08 0.07 172.7 0.81 0.64
Hex 5A EE DC 3E 0 8 7 AD 51 40
Octal 132 356 334 76 0 10 7 255 121 100
Binary 1011010 11101110 11011100 111110 0 1000 111 10101101 1010001 1000000

Color Harmonies of #5AEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEEDC

Black with #5AEEDC

Text Example


Text Example

White with #5AEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AEEDC; }

 p { color: rgb(90,238,220); }

 H1.HeaderClassName
 {
   color: #5AEEDC;
 }
 .AnyTagClassName
 {
   color: #5AEEDC;
 }
</style>

background-color css

<style>
 a { background-color: #5AEEDC; }

 a { background-color: rgb(90,238,220); }

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

border-color css

<style>
 span { border-color: #5AEEDC; }

 span { border-color: rgb(90,238,220); }

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