Html Css Color HEX #5ACCCA Medium Turquoise

📋 copy color: '#5ACCCA'

red 90 ◦ green 204 ◦ blue 202

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

Shades of Medium Turquoise #5ACCCA

Tints of Medium Turquoise #5ACCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 18.15%
G = 41.13%
B = 40.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#5ACCCA (or 0x5ACCCA) is known color: Medium Turquoise. HEX triplet: 5A, CC and CA. RGB value is (90,204,202). Sum of RGB (Red+Green+Blue) = 90+204+202=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCCA is #A53335. Grayscale: #A9A9A9. Windows color (decimal): -10826550 or 13290586. OLE color: 13290586.

HSL color Cylindrical-coordinate representation of color #5ACCCA: hue angle of 178.95º 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 #5ACCCA is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 204 202 -
CMYK 0.56 0 0.01 0.2
HSL 178.95º 0.53% 0.58% -
HSV(B) 178.95º 0.56% 0.8% -
XYZ 36.47 49.62 63.53 -
YUV 169.69 146.23 71.16 -
System Red Green Blue C M Y K H S L
Decimal 90 204 202 0.56 0 0.01 0.2 178.95 0.53 0.58
Hex 5A CC CA 38 0 1 14 B3 35 3A
Octal 132 314 312 70 0 1 24 263 65 72
Binary 1011010 11001100 11001010 111000 0 1 10100 10110011 110101 111010

Color Harmonies of #5ACCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCCA

Black with #5ACCCA

Text Example


Text Example

White with #5ACCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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