Html Css Color HEX #5ACEC2 Medium Turquoise

📋 copy color: '#5ACEC2'

red 90 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #5ACEC2

Tints of Medium Turquoise #5ACEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.04%

 BLUE value IS 194 (76.17% from 255) = 39.59%

R = 18.37%
G = 42.04%
B = 39.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#5ACEC2 (or 0x5ACEC2) is known color: Medium Turquoise. HEX triplet: 5A, CE and C2. RGB value is (90,206,194). Sum of RGB (Red+Green+Blue) = 90+206+194=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEC2 is #A5313D. Grayscale: #A9A9A9. Windows color (decimal): -10826046 or 12766810. OLE color: 12766810.

HSL color Cylindrical-coordinate representation of color #5ACEC2: hue angle of 173.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACEC2 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 206 194 -
CMYK 0.56 0 0.06 0.19
HSL 173.79º 0.54% 0.58% -
HSV(B) 173.79º 0.56% 0.81% -
XYZ 36.03 50.21 58.83 -
YUV 169.95 141.57 70.98 -
System Red Green Blue C M Y K H S L
Decimal 90 206 194 0.56 0 0.06 0.19 173.79 0.54 0.58
Hex 5A CE C2 38 0 6 13 AE 36 3A
Octal 132 316 302 70 0 6 23 256 66 72
Binary 1011010 11001110 11000010 111000 0 110 10011 10101110 110110 111010

Color Harmonies of #5ACEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEC2

Black with #5ACEC2

Text Example


Text Example

White with #5ACEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,206,194); }

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

background-color css

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

 a { background-color: rgb(90,206,194); }

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

border-color css

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

 span { border-color: rgb(90,206,194); }

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