#5ADDCF

Color #5ADDCF Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #5ADDCF

Tints of Medium Turquoise #5ADDCF

Color information

#5ADDCF (or 0x5ADDCF) is unknown color: approx Medium Turquoise. HEX triplet: 5A, DD and CF. RGB value is (90,221,207). Sum of RGB (Red+Green+Blue) = 90+221+207=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDCF is #A52230. Grayscale: #B4B4B4. Windows color (decimal): -10822193 or 13622618. OLE color: 13622618.

HSL color Cylindrical-coordinate representation of color #5ADDCF: hue angle of 173.59º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDCF is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB90221207-
CMYK0.5900.060.13
HSL173.59º65.83%60.98%-
HSV(B)173.59º59.28%86.67%-
XYZ41.3458.3968.12-
YUV180.24143.163.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.37%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=17.37%
G=42.66%
B=39.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902212070.5900.060.13173.5965.8360.98
Hex5ADDCF3B06Dae423d
Octal13233531773061525610275
Binary1011010110111011100111111101101101101101011101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ADDCF;
 }
 .AnyTagClassName
 {
   color: #5ADDCF;
 }
</style>
background-color css

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

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

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

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

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

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