Html Css Color HEX #5AEADD Turquoise

📋 copy color: '#5AEADD'

red 90 ◦ green 234 ◦ blue 221

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

Shades of Turquoise #5AEADD

Tints of Turquoise #5AEADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.94%

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 16.51%
G = 42.94%
B = 40.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#5AEADD (or 0x5AEADD) is known color: Turquoise. HEX triplet: 5A, EA and DD. RGB value is (90,234,221). Sum of RGB (Red+Green+Blue) = 90+234+221=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEADD is #A51522. Grayscale: #BDBDBD. Windows color (decimal): -10818851 or 14543450. OLE color: 14543450.

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

Color convert

RGB 90 234 221 -
CMYK 0.62 0 0.06 0.08
HSL 174.58º 0.77% 0.64% -
HSV(B) 174.58º 0.62% 0.92% -
XYZ 46.69 66.24 78.73 -
YUV 189.46 145.79 57.06 -
System Red Green Blue C M Y K H S L
Decimal 90 234 221 0.62 0 0.06 0.08 174.58 0.77 0.64
Hex 5A EA DD 3E 0 6 8 AF 4D 40
Octal 132 352 335 76 0 6 10 257 115 100
Binary 1011010 11101010 11011101 111110 0 110 1000 10101111 1001101 1000000

Color Harmonies of #5AEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEADD

Black with #5AEADD

Text Example


Text Example

White with #5AEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,234,221); }

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

background-color css

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

 a { background-color: rgb(90,234,221); }

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

border-color css

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

 span { border-color: rgb(90,234,221); }

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