#3DBEC0

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

Shades of Medium Turquoise #3DBEC0

Tints of Medium Turquoise #3DBEC0

Color information

#3DBEC0 (or 0x3DBEC0) is unknown color: approx Medium Turquoise. HEX triplet: 3D, BE and C0. RGB value is (61,190,192). Sum of RGB (Red+Green+Blue) = 61+190+192=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #3DBEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEC0 is #C2413F. Grayscale: #979797. Windows color (decimal): -12730688 or 12631613. OLE color: 12631613.

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

Color convert

RGB61190192-
CMYK0.680.0100.25
HSL180.92º51.78%49.61%-
HSV(B)180.92º68.23%75.29%-
XYZ29.8541.6256.33-
YUV151.66150.7663.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.77%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=13.77%
G=42.89%
B=43.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611901920.680.0100.25180.9251.7849.61
Hex3DBEC0441019b53432
Octal7527630010410312656462
Binary11110110111110110000001000100101100110110101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,190,192); }

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

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

 a { background-color: rgb(61,190,192); }

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

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

 span { border-color: rgb(61,190,192); }

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