Html Css Color HEX #5ACECD Medium Turquoise

📋 copy color: '#5ACECD'

red 90 ◦ green 206 ◦ blue 205

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

Shades of Medium Turquoise #5ACECD

Tints of Medium Turquoise #5ACECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 17.96%
G = 41.12%
B = 40.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#5ACECD (or 0x5ACECD) is known color: Medium Turquoise. HEX triplet: 5A, CE and CD. RGB value is (90,206,205). Sum of RGB (Red+Green+Blue) = 90+206+205=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACECD is #A53132. Grayscale: #ABABAB. Windows color (decimal): -10826035 or 13487706. OLE color: 13487706.

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

Color convert

RGB 90 206 205 -
CMYK 0.56 0 0.00 0.19
HSL 179.48º 0.54% 0.58% -
HSV(B) 179.48º 0.56% 0.81% -
XYZ 37.31 50.72 65.58 -
YUV 171.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 90 206 205 0.56 0 0.00 0.19 179.48 0.54 0.58
Hex 5A CE CD 38 0 0 13 B3 36 3A
Octal 132 316 315 70 0 0 23 263 66 72
Binary 1011010 11001110 11001101 111000 0 0 10011 10110011 110110 111010

Color Harmonies of #5ACECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACECD

Black with #5ACECD

Text Example


Text Example

White with #5ACECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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