Html Css Color HEX #5ADCCC Medium Turquoise

📋 copy color: '#5ADCCC'

red 90 ◦ green 220 ◦ blue 204

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

Shades of Medium Turquoise #5ADCCC

Tints of Medium Turquoise #5ADCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 17.51%
G = 42.8%
B = 39.69%

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

#5ADCCC (or 0x5ADCCC) is known color: Medium Turquoise. HEX triplet: 5A, DC and CC. RGB value is (90,220,204). Sum of RGB (Red+Green+Blue) = 90+220+204=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCCC is #A52333. Grayscale: #B3B3B3. Windows color (decimal): -10822452 or 13425754. OLE color: 13425754.

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

Color convert

RGB 90 220 204 -
CMYK 0.59 0 0.07 0.14
HSL 172.62º 0.65% 0.61% -
HSV(B) 172.62º 0.59% 0.86% -
XYZ 40.71 57.72 66.12 -
YUV 179.31 141.93 64.3 -
System Red Green Blue C M Y K H S L
Decimal 90 220 204 0.59 0 0.07 0.14 172.62 0.65 0.61
Hex 5A DC CC 3B 0 7 E AD 41 3D
Octal 132 334 314 73 0 7 16 255 101 75
Binary 1011010 11011100 11001100 111011 0 111 1110 10101101 1000001 111101

Color Harmonies of #5ADCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCCC

Black with #5ADCCC

Text Example


Text Example

White with #5ADCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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