#3ABFB9

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

Shades of Medium Turquoise #3ABFB9

Tints of Medium Turquoise #3ABFB9

Color information

#3ABFB9 (or 0x3ABFB9) is unknown color: approx Medium Turquoise. HEX triplet: 3A, BF and B9. RGB value is (58,191,185). Sum of RGB (Red+Green+Blue) = 58+191+185=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFB9 is #C54046. Grayscale: #969696. Windows color (decimal): -12927047 or 12173114. OLE color: 12173114.

HSL color Cylindrical-coordinate representation of color #3ABFB9: hue angle of 177.29º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABFB9 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB58191185-
CMYK0.7000.030.25
HSL177.29º53.41%48.82%-
HSV(B)177.29º69.63%74.9%-
XYZ29.1341.6652.41-
YUV150.55147.4461.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.36%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 185 (72.66% from 255) = 42.63%
R=13.36%
G=44.01%
B=42.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581911850.7000.030.25177.2953.4148.82
Hex3ABFB9460319b13531
Octal7227727110603312616561
Binary111010101111111011100110001100111100110110001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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