Html Css Color HEX #5ACCC5 Medium Turquoise

📋 copy color: '#5ACCC5'

red 90 ◦ green 204 ◦ blue 197

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

Shades of Medium Turquoise #5ACCC5

Tints of Medium Turquoise #5ACCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.55%

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 18.33%
G = 41.55%
B = 40.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#5ACCC5 (or 0x5ACCC5) is known color: Medium Turquoise. HEX triplet: 5A, CC and C5. RGB value is (90,204,197). Sum of RGB (Red+Green+Blue) = 90+204+197=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCC5 is #A5333A. Grayscale: #A9A9A9. Windows color (decimal): -10826555 or 12962906. OLE color: 12962906.

HSL color Cylindrical-coordinate representation of color #5ACCC5: hue angle of 176.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACCC5 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 204 197 -
CMYK 0.56 0 0.03 0.2
HSL 176.32º 0.53% 0.58% -
HSV(B) 176.32º 0.56% 0.8% -
XYZ 35.89 49.39 60.47 -
YUV 169.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 90 204 197 0.56 0 0.03 0.2 176.32 0.53 0.58
Hex 5A CC C5 38 0 3 14 B0 35 3A
Octal 132 314 305 70 0 3 24 260 65 72
Binary 1011010 11001100 11000101 111000 0 11 10100 10110000 110101 111010

Color Harmonies of #5ACCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCC5

Black with #5ACCC5

Text Example


Text Example

White with #5ACCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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