Html Css Color HEX #5AD2CC Medium Turquoise

📋 copy color: '#5AD2CC'

red 90 ◦ green 210 ◦ blue 204

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

Shades of Medium Turquoise #5AD2CC

Tints of Medium Turquoise #5AD2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.67%

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

R = 17.86%
G = 41.67%
B = 40.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#5AD2CC (or 0x5AD2CC) is known color: Medium Turquoise. HEX triplet: 5A, D2 and CC. RGB value is (90,210,204). Sum of RGB (Red+Green+Blue) = 90+210+204=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD2CC is #A52D33. Grayscale: #ADADAD. Windows color (decimal): -10825012 or 13423194. OLE color: 13423194.

HSL color Cylindrical-coordinate representation of color #5AD2CC: hue angle of 177º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD2CC is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 210 204 -
CMYK 0.57 0 0.03 0.18
HSL 177º 0.57% 0.59% -
HSV(B) 177º 0.57% 0.82% -
XYZ 38.16 52.63 65.27 -
YUV 173.44 145.24 68.49 -
System Red Green Blue C M Y K H S L
Decimal 90 210 204 0.57 0 0.03 0.18 177 0.57 0.59
Hex 5A D2 CC 39 0 3 12 B1 39 3B
Octal 132 322 314 71 0 3 22 261 71 73
Binary 1011010 11010010 11001100 111001 0 11 10010 10110001 111001 111011

Color Harmonies of #5AD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD2CC

Black with #5AD2CC

Text Example


Text Example

White with #5AD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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