#3AC8D9

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

Shades of Medium Turquoise #3AC8D9

Tints of Medium Turquoise #3AC8D9

Color information

#3AC8D9 (or 0x3AC8D9) is unknown color: approx Medium Turquoise. HEX triplet: 3A, C8 and D9. RGB value is (58,200,217). Sum of RGB (Red+Green+Blue) = 58+200+217=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #3AC8D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC8D9 is #C53726. Grayscale: #9F9F9F. Windows color (decimal): -12924711 or 14272570. OLE color: 14272570.

HSL color Cylindrical-coordinate representation of color #3AC8D9: hue angle of 186.42º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AC8D9 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB58200217-
CMYK0.730.0800.15
HSL186.42º67.66%53.92%-
HSV(B)186.42º73.27%85.1%-
XYZ34.9247.2272.92-
YUV159.48160.4655.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.21%
GREEN value IS 200 (78.52% from 255) = 42.11%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=12.21%
G=42.11%
B=45.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582002170.730.0800.15186.4267.6653.92
Hex3AC8D94980Fba4436
Octal723103311111001727210466
Binary11101011001000110110011001001100001111101110101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AC8D9; }

 p { color: rgb(58,200,217); }

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

<style>
 a { background-color: #3AC8D9; }

 a { background-color: rgb(58,200,217); }

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

<style>
 span { border-color: #3AC8D9; }

 span { border-color: rgb(58,200,217); }

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