#2bfecd

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

Shades of Turquoise #2BFECD

Tints of Turquoise #2BFECD

Color information

#2BFECD (or 0x2BFECD) is unknown color: approx Turquoise. HEX triplet: 2B, FE and CD. RGB value is (43,254,205). Sum of RGB (Red+Green+Blue) = 43+254+205=502 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.57% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFECD is #D40132. Grayscale: #B9B9B9. Windows color (decimal): -13893939 or 13499947. OLE color: 13499947.

HSL color Cylindrical-coordinate representation of color #2BFECD: hue angle of 166.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFECD is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB43254205-
CMYK0.8300.190.00
HSL166.07º99.06%58.24%-
HSV(B)166.07º83.07%99.61%-
XYZ47.4675.869.89-
YUV185.32139.126.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.57%
GREEN value IS 254 (99.61% from 255) = 50.60%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=8.57%
G=50.60%
B=40.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal432542050.8300.190.00166.0799.0658.24
Hex2BFECD530130a6633a
Octal53376315123023024614372
Binary101011111111101100110110100110100110101001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bfecd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,254,205); }

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

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

 a { background-color: rgb(43,254,205); }

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

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

 span { border-color: rgb(43,254,205); }

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