#2BFDC5

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

Shades of Turquoise #2BFDC5

Tints of Turquoise #2BFDC5

Color information

#2BFDC5 (or 0x2BFDC5) is unknown color: approx Turquoise. HEX triplet: 2B, FD and C5. RGB value is (43,253,197). Sum of RGB (Red+Green+Blue) = 43+253+197=493 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.72% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFDC5 is #D4023A. Grayscale: #B7B7B7. Windows color (decimal): -13894203 or 12975403. OLE color: 12975403.

HSL color Cylindrical-coordinate representation of color #2BFDC5: hue angle of 164º 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 #2BFDC5 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB43253197-
CMYK0.8300.220.01
HSL164º98.13%58.04%-
HSV(B)164º83%99.22%-
XYZ46.274.864.83-
YUV183.83135.4327.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.72%
GREEN value IS 253 (99.22% from 255) = 51.32%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=8.72%
G=51.32%
B=39.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal432531970.8300.220.0116498.1358.04
Hex2BFDC5530161a4623a
Octal53375305123026124414272
Binary101011111111011100010110100110101101101001001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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