Html Css Color HEX #5AD9DD Turquoise Blue

📋 copy color: '#5AD9DD'

red 90 ◦ green 217 ◦ blue 221

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

Shades of Turquoise Blue #5AD9DD

Tints of Turquoise Blue #5AD9DD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.1%

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

R = 17.05%
G = 41.1%
B = 41.86%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AD9DD (or 0x5AD9DD) is known color: Turquoise Blue. HEX triplet: 5A, D9 and DD. RGB value is (90,217,221). Sum of RGB (Red+Green+Blue) = 90+217+221=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AD9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD9DD is #A52622. Grayscale: #B3B3B3. Windows color (decimal): -10823203 or 14539098. OLE color: 14539098.

HSL color Cylindrical-coordinate representation of color #5AD9DD: hue angle of 181.83º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD9DD is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 217 221 -
CMYK 0.59 0.02 0 0.13
HSL 181.83º 0.66% 0.61% -
HSV(B) 181.83º 0.59% 0.87% -
XYZ 42.08 57.02 77.19 -
YUV 179.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 90 217 221 0.59 0.02 0 0.13 181.83 0.66 0.61
Hex 5A D9 DD 3B 2 0 D B6 42 3D
Octal 132 331 335 73 2 0 15 266 102 75
Binary 1011010 11011001 11011101 111011 10 0 1101 10110110 1000010 111101

Color Harmonies of #5AD9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD9DD

Black with #5AD9DD

Text Example


Text Example

White with #5AD9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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