Html Css Color HEX #5AD8DD Turquoise Blue

📋 copy color: '#5AD8DD'

red 90 ◦ green 216 ◦ blue 221

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

Shades of Turquoise Blue #5AD8DD

Tints of Turquoise Blue #5AD8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.99%

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

R = 17.08%
G = 40.99%
B = 41.94%

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

#5AD8DD (or 0x5AD8DD) is known color: Turquoise Blue. HEX triplet: 5A, D8 and DD. RGB value is (90,216,221). Sum of RGB (Red+Green+Blue) = 90+216+221=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AD8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD8DD is #A52722. Grayscale: #B2B2B2. Windows color (decimal): -10823459 or 14538842. OLE color: 14538842.

HSL color Cylindrical-coordinate representation of color #5AD8DD: hue angle of 182.29º 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 #5AD8DD is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 216 221 -
CMYK 0.59 0.02 0 0.13
HSL 182.29º 0.66% 0.61% -
HSV(B) 182.29º 0.59% 0.87% -
XYZ 41.82 56.51 77.11 -
YUV 178.9 151.76 64.59 -
System Red Green Blue C M Y K H S L
Decimal 90 216 221 0.59 0.02 0 0.13 182.29 0.66 0.61
Hex 5A D8 DD 3B 2 0 D B6 42 3D
Octal 132 330 335 73 2 0 15 266 102 75
Binary 1011010 11011000 11011101 111011 10 0 1101 10110110 1000010 111101

Color Harmonies of #5AD8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD8DD

Black with #5AD8DD

Text Example


Text Example

White with #5AD8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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