#3ABEBC

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

Shades of Medium Turquoise #3ABEBC

Tints of Medium Turquoise #3ABEBC

Color information

#3ABEBC (or 0x3ABEBC) is unknown color: approx Medium Turquoise. HEX triplet: 3A, BE and BC. RGB value is (58,190,188). Sum of RGB (Red+Green+Blue) = 58+190+188=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEBC is #C54143. Grayscale: #969696. Windows color (decimal): -12927300 or 12369466. OLE color: 12369466.

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

Color convert

RGB58190188-
CMYK0.6900.010.25
HSL179.09º53.23%48.63%-
HSV(B)179.09º69.47%74.51%-
XYZ29.2441.3654.02-
YUV150.3149.2762.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.30%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=13.30%
G=43.58%
B=43.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581901880.6900.010.25179.0953.2348.63
Hex3ABEBC450119b33531
Octal7227627410501312636561
Binary11101010111110101111001000101011100110110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,190,188); }

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

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

 a { background-color: rgb(58,190,188); }

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

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

 span { border-color: rgb(58,190,188); }

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