#3ABFBB

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

Shades of Medium Turquoise #3ABFBB

Tints of Medium Turquoise #3ABFBB

Color information

#3ABFBB (or 0x3ABFBB) is unknown color: approx Medium Turquoise. HEX triplet: 3A, BF and BB. RGB value is (58,191,187). Sum of RGB (Red+Green+Blue) = 58+191+187=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFBB is #C54044. Grayscale: #969696. Windows color (decimal): -12927045 or 12304186. OLE color: 12304186.

HSL color Cylindrical-coordinate representation of color #3ABFBB: hue angle of 178.2º 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 #3ABFBB is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB58191187-
CMYK0.7000.020.25
HSL178.2º53.41%48.82%-
HSV(B)178.2º69.63%74.9%-
XYZ29.3541.7553.53-
YUV150.78148.4461.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.30%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=13.30%
G=43.81%
B=42.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581911870.7000.020.25178.253.4148.82
Hex3ABFBB460219b23531
Octal7227727310602312626561
Binary111010101111111011101110001100101100110110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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