#3ACAB8

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

Shades of Medium Turquoise #3ACAB8

Tints of Medium Turquoise #3ACAB8

Color information

#3ACAB8 (or 0x3ACAB8) is unknown color: approx Medium Turquoise. HEX triplet: 3A, CA and B8. RGB value is (58,202,184). Sum of RGB (Red+Green+Blue) = 58+202+184=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACAB8 is #C53547. Grayscale: #9C9C9C. Windows color (decimal): -12924232 or 12110394. OLE color: 12110394.

HSL color Cylindrical-coordinate representation of color #3ACAB8: hue angle of 172.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACAB8 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB58202184-
CMYK0.7100.090.21
HSL172.5º57.6%50.98%-
HSV(B)172.5º71.29%79.22%-
XYZ31.5246.652.68-
YUV156.89143.2957.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.06%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 184 (72.27% from 255) = 41.44%
R=13.06%
G=45.50%
B=41.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582021840.7100.090.21172.557.650.98
Hex3ACAB8470915ac3a33
Octal72312270107011252547263
Binary11101011001010101110001000111010011010110101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,202,184); }

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

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

 a { background-color: rgb(58,202,184); }

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

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

 span { border-color: rgb(58,202,184); }

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