Html Css Color HEX #5ADCCD Medium Turquoise

📋 copy color: '#5ADCCD'

red 90 ◦ green 220 ◦ blue 205

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

Shades of Medium Turquoise #5ADCCD

Tints of Medium Turquoise #5ADCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 17.48%
G = 42.72%
B = 39.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#5ADCCD (or 0x5ADCCD) is known color: Medium Turquoise. HEX triplet: 5A, DC and CD. RGB value is (90,220,205). Sum of RGB (Red+Green+Blue) = 90+220+205=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCCD is #A52332. Grayscale: #B3B3B3. Windows color (decimal): -10822451 or 13491290. OLE color: 13491290.

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

Color convert

RGB 90 220 205 -
CMYK 0.59 0 0.07 0.14
HSL 173.08º 0.65% 0.61% -
HSV(B) 173.08º 0.59% 0.86% -
XYZ 40.83 57.77 66.76 -
YUV 179.42 142.43 64.22 -
System Red Green Blue C M Y K H S L
Decimal 90 220 205 0.59 0 0.07 0.14 173.08 0.65 0.61
Hex 5A DC CD 3B 0 7 E AD 41 3D
Octal 132 334 315 73 0 7 16 255 101 75
Binary 1011010 11011100 11001101 111011 0 111 1110 10101101 1000001 111101

Color Harmonies of #5ADCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCCD

Black with #5ADCCD

Text Example


Text Example

White with #5ADCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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