Html Css Color HEX #5ADDDC Turquoise Blue

📋 copy color: '#5ADDDC'

red 90 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #5ADDDC

Tints of Turquoise Blue #5ADDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

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

R = 16.95%
G = 41.62%
B = 41.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#5ADDDC (or 0x5ADDDC) is known color: Turquoise Blue. HEX triplet: 5A, DD and DC. RGB value is (90,221,220). Sum of RGB (Red+Green+Blue) = 90+221+220=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDDC is #A52223. Grayscale: #B5B5B5. Windows color (decimal): -10822180 or 14474586. OLE color: 14474586.

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

Color convert

RGB 90 221 220 -
CMYK 0.59 0 0.00 0.13
HSL 179.54º 0.66% 0.61% -
HSV(B) 179.54º 0.59% 0.87% -
XYZ 42.99 59.05 76.84 -
YUV 181.72 149.6 62.58 -
System Red Green Blue C M Y K H S L
Decimal 90 221 220 0.59 0 0.00 0.13 179.54 0.66 0.61
Hex 5A DD DC 3B 0 0 D B4 42 3D
Octal 132 335 334 73 0 0 15 264 102 75
Binary 1011010 11011101 11011100 111011 0 0 1101 10110100 1000010 111101

Color Harmonies of #5ADDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDDC

Black with #5ADDDC

Text Example


Text Example

White with #5ADDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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