#2bcfbd

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

Shades of Turquoise #2BCFBD

Tints of Turquoise #2BCFBD

Color information

#2BCFBD (or 0x2BCFBD) is unknown color: approx Turquoise. HEX triplet: 2B, CF and BD. RGB value is (43,207,189). Sum of RGB (Red+Green+Blue) = 43+207+189=439 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.79% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFBD is #D43042. Grayscale: #9B9B9B. Windows color (decimal): -13905987 or 12439339. OLE color: 12439339.

HSL color Cylindrical-coordinate representation of color #2BCFBD: hue angle of 173.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCFBD is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB43207189-
CMYK0.7900.090.19
HSL173.41º65.6%49.02%-
HSV(B)173.41º79.23%81.18%-
XYZ32.4948.8155.85-
YUV155.91146.6747.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.79%
GREEN value IS 207 (81.25% from 255) = 47.15%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=9.79%
G=47.15%
B=43.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal432071890.7900.090.19173.4165.649.02
Hex2BCFBD4F0913ad4231
Octal533172751170112325510261
Binary101011110011111011110110011110100110011101011011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bcfbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,207,189); }

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

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

 a { background-color: rgb(43,207,189); }

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

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

 span { border-color: rgb(43,207,189); }

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