Html Css Color HEX #5ACCC8 Medium Turquoise

📋 copy color: '#5ACCC8'

red 90 ◦ green 204 ◦ blue 200

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

Shades of Medium Turquoise #5ACCC8

Tints of Medium Turquoise #5ACCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.49%

R = 18.22%
G = 41.3%
B = 40.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#5ACCC8 (or 0x5ACCC8) is known color: Medium Turquoise. HEX triplet: 5A, CC and C8. RGB value is (90,204,200). Sum of RGB (Red+Green+Blue) = 90+204+200=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCC8 is #A53337. Grayscale: #A9A9A9. Windows color (decimal): -10826552 or 13159514. OLE color: 13159514.

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

Color convert

RGB 90 204 200 -
CMYK 0.56 0 0.02 0.2
HSL 177.89º 0.53% 0.58% -
HSV(B) 177.89º 0.56% 0.8% -
XYZ 36.23 49.53 62.29 -
YUV 169.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 90 204 200 0.56 0 0.02 0.2 177.89 0.53 0.58
Hex 5A CC C8 38 0 2 14 B2 35 3A
Octal 132 314 310 70 0 2 24 262 65 72
Binary 1011010 11001100 11001000 111000 0 10 10100 10110010 110101 111010

Color Harmonies of #5ACCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCC8

Black with #5ACCC8

Text Example


Text Example

White with #5ACCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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