#5AC6C8

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

Shades of Medium Turquoise #5AC6C8

Tints of Medium Turquoise #5AC6C8

Color information

#5AC6C8 (or 0x5AC6C8) is unknown color: approx Medium Turquoise. HEX triplet: 5A, C6 and C8. RGB value is (90,198,200). Sum of RGB (Red+Green+Blue) = 90+198+200=488 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.44% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #5AC6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC6C8 is #A53937. Grayscale: #A5A5A5. Windows color (decimal): -10828088 or 13157978. OLE color: 13157978.

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

Color convert

RGB90198200-
CMYK0.550.0100.22
HSL181.09º50%56.86%-
HSV(B)181.09º55%78.43%-
XYZ34.8446.7361.83-
YUV165.94147.2273.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.44%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 200 (78.52% from 255) = 40.98%
R=18.44%
G=40.57%
B=40.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901982000.550.0100.22181.095056.86
Hex5AC6C8371016b53239
Octal1323063106710262656271
Binary10110101100011011001000110111101011010110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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