Html Css Color HEX #5ADCDD Turquoise Blue

📋 copy color: '#5ADCDD'

red 90 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #5ADCDD

Tints of Turquoise Blue #5ADCDD

RGB

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

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

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

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

CMYK

 C value IS 0.59

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #5ADCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCDD

Black with #5ADCDD

Text Example


Text Example

White with #5ADCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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