Html Css Color HEX #5ADCDC Turquoise Blue

📋 copy color: '#5ADCDC'

red 90 ◦ green 220 ◦ blue 220

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

Shades of Turquoise Blue #5ADCDC

Tints of Turquoise Blue #5ADCDC

RGB

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

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

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

R = 16.98%
G = 41.51%
B = 41.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5ADCDC (or 0x5ADCDC) is known color: Turquoise Blue. HEX triplet: 5A, DC and DC. RGB value is (90,220,220). Sum of RGB (Red+Green+Blue) = 90+220+220=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #5ADCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCDC is #A52323. Grayscale: #B4B4B4. Windows color (decimal): -10822436 or 14474330. OLE color: 14474330.

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

Color convert

RGB 90 220 220 -
CMYK 0.59 0 0 0.14
HSL 180º 0.65% 0.61% -
HSV(B) 180º 0.59% 0.86% -
XYZ 42.73 58.53 76.76 -
YUV 181.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 90 220 220 0.59 0 0 0.14 180 0.65 0.61
Hex 5A DC DC 3B 0 0 E B4 41 3D
Octal 132 334 334 73 0 0 16 264 101 75
Binary 1011010 11011100 11011100 111011 0 0 1110 10110100 1000001 111101

Color Harmonies of #5ADCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCDC

Black with #5ADCDC

Text Example


Text Example

White with #5ADCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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