#2FBEC5

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

Shades of Medium Turquoise #2FBEC5

Tints of Medium Turquoise #2FBEC5

Color information

#2FBEC5 (or 0x2FBEC5) is unknown color: approx Medium Turquoise. HEX triplet: 2F, BE and C5. RGB value is (47,190,197). Sum of RGB (Red+Green+Blue) = 47+190+197=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #2FBEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEC5 is #D0413A. Grayscale: #939393. Windows color (decimal): -13648187 or 12959279. OLE color: 12959279.

HSL color Cylindrical-coordinate representation of color #2FBEC5: hue angle of 182.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FBEC5 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB47190197-
CMYK0.760.0400.23
HSL182.8º61.48%47.84%-
HSV(B)182.8º76.14%77.25%-
XYZ29.6641.4659.26-
YUV148.04155.6255.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.83%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=10.83%
G=43.78%
B=45.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal471901970.760.0400.23182.861.4847.84
Hex2FBEC54C4017b73d30
Octal5727630511440272677560
Binary1011111011111011000101100110010001011110110111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FBEC5; }

 p { color: rgb(47,190,197); }

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

<style>
 a { background-color: #2FBEC5; }

 a { background-color: rgb(47,190,197); }

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

<style>
 span { border-color: #2FBEC5; }

 span { border-color: rgb(47,190,197); }

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