Html Css Color HEX #5ACDCF Medium Turquoise

📋 copy color: '#5ACDCF'

red 90 ◦ green 205 ◦ blue 207

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

Shades of Medium Turquoise #5ACDCF

Tints of Medium Turquoise #5ACDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 17.93%
G = 40.84%
B = 41.24%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5ACDCF (or 0x5ACDCF) is known color: Medium Turquoise. HEX triplet: 5A, CD and CF. RGB value is (90,205,207). Sum of RGB (Red+Green+Blue) = 90+205+207=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #5ACDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDCF is #A53230. Grayscale: #AAAAAA. Windows color (decimal): -10826289 or 13618522. OLE color: 13618522.

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

Color convert

RGB 90 205 207 -
CMYK 0.57 0.01 0 0.19
HSL 181.03º 0.55% 0.58% -
HSV(B) 181.03º 0.57% 0.81% -
XYZ 37.31 50.34 66.78 -
YUV 170.84 148.4 70.34 -
System Red Green Blue C M Y K H S L
Decimal 90 205 207 0.57 0.01 0 0.19 181.03 0.55 0.58
Hex 5A CD CF 39 1 0 13 B5 37 3A
Octal 132 315 317 71 1 0 23 265 67 72
Binary 1011010 11001101 11001111 111001 1 0 10011 10110101 110111 111010

Color Harmonies of #5ACDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDCF

Black with #5ACDCF

Text Example


Text Example

White with #5ACDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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