Html Css Color HEX #5ACEC6 Medium Turquoise

📋 copy color: '#5ACEC6'

red 90 ◦ green 206 ◦ blue 198

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

Shades of Medium Turquoise #5ACEC6

Tints of Medium Turquoise #5ACEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 18.22%
G = 41.7%
B = 40.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#5ACEC6 (or 0x5ACEC6) is known color: Medium Turquoise. HEX triplet: 5A, CE and C6. RGB value is (90,206,198). Sum of RGB (Red+Green+Blue) = 90+206+198=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEC6 is #A53139. Grayscale: #AAAAAA. Windows color (decimal): -10826042 or 13028954. OLE color: 13028954.

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

Color convert

RGB 90 206 198 -
CMYK 0.56 0 0.04 0.19
HSL 175.86º 0.54% 0.58% -
HSV(B) 175.86º 0.56% 0.81% -
XYZ 36.48 50.39 61.23 -
YUV 170.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 90 206 198 0.56 0 0.04 0.19 175.86 0.54 0.58
Hex 5A CE C6 38 0 4 13 B0 36 3A
Octal 132 316 306 70 0 4 23 260 66 72
Binary 1011010 11001110 11000110 111000 0 100 10011 10110000 110110 111010

Color Harmonies of #5ACEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEC6

Black with #5ACEC6

Text Example


Text Example

White with #5ACEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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