#3ECBBC

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

Shades of Medium Turquoise #3ECBBC

Tints of Medium Turquoise #3ECBBC

Color information

#3ECBBC (or 0x3ECBBC) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CB and BC. RGB value is (62,203,188). Sum of RGB (Red+Green+Blue) = 62+203+188=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBBC is #C13443. Grayscale: #9F9F9F. Windows color (decimal): -12661828 or 12372798. OLE color: 12372798.

HSL color Cylindrical-coordinate representation of color #3ECBBC: hue angle of 173.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECBBC is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB62203188-
CMYK0.6900.070.20
HSL173.62º57.55%51.96%-
HSV(B)173.62º69.46%79.61%-
XYZ32.4247.3755.01-
YUV159.13144.2958.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.69%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=13.69%
G=44.81%
B=41.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal622031880.6900.070.20173.6257.5551.96
Hex3ECBBC450714ae3a34
Octal7631327410507242567264
Binary1111101100101110111100100010101111010010101110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,203,188); }

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

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

 a { background-color: rgb(62,203,188); }

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

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

 span { border-color: rgb(62,203,188); }

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