#2bf2c6

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

Shades of Turquoise #2BF2C6

Tints of Turquoise #2BF2C6

Color information

#2BF2C6 (or 0x2BF2C6) is unknown color: approx Turquoise. HEX triplet: 2B, F2 and C6. RGB value is (43,242,198). Sum of RGB (Red+Green+Blue) = 43+242+198=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF2C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF2C6 is #D40D39. Grayscale: #B1B1B1. Windows color (decimal): -13897018 or 13038123. OLE color: 13038123.

HSL color Cylindrical-coordinate representation of color #2BF2C6: hue angle of 166.73º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF2C6 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB43242198-
CMYK0.8200.180.05
HSL166.73º88.44%55.88%-
HSV(B)166.73º82.23%94.9%-
XYZ42.9468.164.31-
YUV177.48139.5732.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.90%
GREEN value IS 242 (94.92% from 255) = 50.10%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=8.90%
G=50.10%
B=40.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal432421980.8200.180.05166.7388.4455.88
Hex2BF2C6520125a75838
Octal53362306122022524713070
Binary10101111110010110001101010010010010101101001111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bf2c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,242,198); }

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

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

 a { background-color: rgb(43,242,198); }

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

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

 span { border-color: rgb(43,242,198); }

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