#2BFDCE

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

Shades of Turquoise #2BFDCE

Tints of Turquoise #2BFDCE

Color information

#2BFDCE (or 0x2BFDCE) is unknown color: approx Turquoise. HEX triplet: 2B, FD and CE. RGB value is (43,253,206). Sum of RGB (Red+Green+Blue) = 43+253+206=502 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.57% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFDCE is #D40231. Grayscale: #B8B8B8. Windows color (decimal): -13894194 or 13565227. OLE color: 13565227.

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

Color convert

RGB43253206-
CMYK0.8300.190.01
HSL166.57º98.13%58.04%-
HSV(B)166.57º83%99.22%-
XYZ47.2675.2270.42-
YUV184.85139.9326.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.57%
GREEN value IS 253 (99.22% from 255) = 50.40%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=8.57%
G=50.40%
B=41.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal432532060.8300.190.01166.5798.1358.04
Hex2BFDCE530131a7623a
Octal53375316123023124714272
Binary101011111111011100111010100110100111101001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,253,206); }

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

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

 a { background-color: rgb(43,253,206); }

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

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

 span { border-color: rgb(43,253,206); }

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