Html Css Color HEX #5AD2DC Turquoise Blue

📋 copy color: '#5AD2DC'

red 90 ◦ green 210 ◦ blue 220

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

Shades of Turquoise Blue #5AD2DC

Tints of Turquoise Blue #5AD2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.38%

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

R = 17.31%
G = 40.38%
B = 42.31%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5AD2DC (or 0x5AD2DC) is known color: Turquoise Blue. HEX triplet: 5A, D2 and DC. RGB value is (90,210,220). Sum of RGB (Red+Green+Blue) = 90+210+220=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #5AD2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD2DC is #A52D23. Grayscale: #AFAFAF. Windows color (decimal): -10824996 or 14471770. OLE color: 14471770.

HSL color Cylindrical-coordinate representation of color #5AD2DC: hue angle of 184.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD2DC is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 210 220 -
CMYK 0.59 0.05 0 0.14
HSL 184.62º 0.65% 0.61% -
HSV(B) 184.62º 0.59% 0.86% -
XYZ 40.18 53.43 75.91 -
YUV 175.26 153.24 67.19 -
System Red Green Blue C M Y K H S L
Decimal 90 210 220 0.59 0.05 0 0.14 184.62 0.65 0.61
Hex 5A D2 DC 3B 5 0 E B9 41 3D
Octal 132 322 334 73 5 0 16 271 101 75
Binary 1011010 11010010 11011100 111011 101 0 1110 10111001 1000001 111101

Color Harmonies of #5AD2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD2DC

Black with #5AD2DC

Text Example


Text Example

White with #5AD2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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