Html Css Color HEX #5AEFDC Turquoise

📋 copy color: '#5AEFDC'

red 90 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #5AEFDC

Tints of Turquoise #5AEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.53%

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

R = 16.39%
G = 43.53%
B = 40.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#5AEFDC (or 0x5AEFDC) is known color: Turquoise. HEX triplet: 5A, EF and DC. RGB value is (90,239,220). Sum of RGB (Red+Green+Blue) = 90+239+220=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFDC is #A51023. Grayscale: #C0C0C0. Windows color (decimal): -10817572 or 14479194. OLE color: 14479194.

HSL color Cylindrical-coordinate representation of color #5AEFDC: hue angle of 172.35º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEFDC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 239 220 -
CMYK 0.62 0 0.08 0.06
HSL 172.35º 0.82% 0.65% -
HSV(B) 172.35º 0.62% 0.94% -
XYZ 48 69.07 78.51 -
YUV 192.28 143.64 55.04 -
System Red Green Blue C M Y K H S L
Decimal 90 239 220 0.62 0 0.08 0.06 172.35 0.82 0.65
Hex 5A EF DC 3E 0 8 6 AC 52 41
Octal 132 357 334 76 0 10 6 254 122 101
Binary 1011010 11101111 11011100 111110 0 1000 110 10101100 1010010 1000001

Color Harmonies of #5AEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEFDC

Black with #5AEFDC

Text Example


Text Example

White with #5AEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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