#3ACABF

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

Shades of Medium Turquoise #3ACABF

Tints of Medium Turquoise #3ACABF

Color information

#3ACABF (or 0x3ACABF) is unknown color: approx Medium Turquoise. HEX triplet: 3A, CA and BF. RGB value is (58,202,191). Sum of RGB (Red+Green+Blue) = 58+202+191=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACABF is #C53540. Grayscale: #9D9D9D. Windows color (decimal): -12924225 or 12569146. OLE color: 12569146.

HSL color Cylindrical-coordinate representation of color #3ACABF: hue angle of 175.42º 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 #3ACABF is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB58202191-
CMYK0.7100.050.21
HSL175.42º57.6%50.98%-
HSV(B)175.42º71.29%79.22%-
XYZ32.2746.956.64-
YUV157.69146.7956.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.86%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 191 (75% from 255) = 42.35%
R=12.86%
G=44.79%
B=42.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582021910.7100.050.21175.4257.650.98
Hex3ACABF470515af3a33
Octal7231227710705252577263
Binary1110101100101010111111100011101011010110101111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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