Html Css Color HEX #5ACCC1 Medium Turquoise

📋 copy color: '#5ACCC1'

red 90 ◦ green 204 ◦ blue 193

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

Shades of Medium Turquoise #5ACCC1

Tints of Medium Turquoise #5ACCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 18.48%
G = 41.89%
B = 39.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#5ACCC1 (or 0x5ACCC1) is known color: Medium Turquoise. HEX triplet: 5A, CC and C1. RGB value is (90,204,193). Sum of RGB (Red+Green+Blue) = 90+204+193=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCC1 is #A5333E. Grayscale: #A8A8A8. Windows color (decimal): -10826559 or 12700762. OLE color: 12700762.

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

Color convert

RGB 90 204 193 -
CMYK 0.56 0 0.05 0.2
HSL 174.21º 0.53% 0.58% -
HSV(B) 174.21º 0.56% 0.8% -
XYZ 35.43 49.21 58.08 -
YUV 168.66 141.73 71.89 -
System Red Green Blue C M Y K H S L
Decimal 90 204 193 0.56 0 0.05 0.2 174.21 0.53 0.58
Hex 5A CC C1 38 0 5 14 AE 35 3A
Octal 132 314 301 70 0 5 24 256 65 72
Binary 1011010 11001100 11000001 111000 0 101 10100 10101110 110101 111010

Color Harmonies of #5ACCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCC1

Black with #5ACCC1

Text Example


Text Example

White with #5ACCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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