Html Css Color HEX #5ACDC9 Medium Turquoise

📋 copy color: '#5ACDC9'

red 90 ◦ green 205 ◦ blue 201

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

Shades of Medium Turquoise #5ACDC9

Tints of Medium Turquoise #5ACDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 18.15%
G = 41.33%
B = 40.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#5ACDC9 (or 0x5ACDC9) is known color: Medium Turquoise. HEX triplet: 5A, CD and C9. RGB value is (90,205,201). Sum of RGB (Red+Green+Blue) = 90+205+201=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDC9 is #A53236. Grayscale: #AAAAAA. Windows color (decimal): -10826295 or 13225306. OLE color: 13225306.

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

Color convert

RGB 90 205 201 -
CMYK 0.56 0 0.02 0.20
HSL 177.91º 0.53% 0.58% -
HSV(B) 177.91º 0.56% 0.8% -
XYZ 36.59 50.05 62.99 -
YUV 170.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 90 205 201 0.56 0 0.02 0.20 177.91 0.53 0.58
Hex 5A CD C9 38 0 2 14 B2 35 3A
Octal 132 315 311 70 0 2 24 262 65 72
Binary 1011010 11001101 11001001 111000 0 10 10100 10110010 110101 111010

Color Harmonies of #5ACDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDC9

Black with #5ACDC9

Text Example


Text Example

White with #5ACDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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