#2BEFD6

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

Shades of Turquoise #2BEFD6

Tints of Turquoise #2BEFD6

Color information

#2BEFD6 (or 0x2BEFD6) is unknown color: approx Turquoise. HEX triplet: 2B, EF and D6. RGB value is (43,239,214). Sum of RGB (Red+Green+Blue) = 43+239+214=496 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.67% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFD6 is #D41029. Grayscale: #B1B1B1. Windows color (decimal): -13897770 or 14085931. OLE color: 14085931.

HSL color Cylindrical-coordinate representation of color #2BEFD6: hue angle of 172.35º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFD6 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB43239214-
CMYK0.8200.100.06
HSL172.35º85.96%55.29%-
HSV(B)172.35º82.01%93.73%-
XYZ4467.174.25-
YUV177.55148.5732.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.67%
GREEN value IS 239 (93.75% from 255) = 48.19%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=8.67%
G=48.19%
B=43.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal432392140.8200.100.06172.3585.9655.29
Hex2BEFD6520A6ac5637
Octal53357326122012625412667
Binary1010111110111111010110101001001010110101011001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,239,214); }

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

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

 a { background-color: rgb(43,239,214); }

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

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

 span { border-color: rgb(43,239,214); }

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