Html Css Color HEX #5AD6DD Turquoise Blue

📋 copy color: '#5AD6DD'

red 90 ◦ green 214 ◦ blue 221

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

Shades of Turquoise Blue #5AD6DD

Tints of Turquoise Blue #5AD6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.76%

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

R = 17.14%
G = 40.76%
B = 42.1%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AD6DD (or 0x5AD6DD) is known color: Turquoise Blue. HEX triplet: 5A, D6 and DD. RGB value is (90,214,221). Sum of RGB (Red+Green+Blue) = 90+214+221=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AD6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD6DD is #A52922. Grayscale: #B1B1B1. Windows color (decimal): -10823971 or 14538330. OLE color: 14538330.

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

Color convert

RGB 90 214 221 -
CMYK 0.59 0.03 0 0.13
HSL 183.21º 0.66% 0.61% -
HSV(B) 183.21º 0.59% 0.87% -
XYZ 41.31 55.49 76.94 -
YUV 177.72 152.42 65.43 -
System Red Green Blue C M Y K H S L
Decimal 90 214 221 0.59 0.03 0 0.13 183.21 0.66 0.61
Hex 5A D6 DD 3B 3 0 D B7 42 3D
Octal 132 326 335 73 3 0 15 267 102 75
Binary 1011010 11010110 11011101 111011 11 0 1101 10110111 1000010 111101

Color Harmonies of #5AD6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD6DD

Black with #5AD6DD

Text Example


Text Example

White with #5AD6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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