#2BF4DF

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

Shades of Turquoise #2BF4DF

Tints of Turquoise #2BF4DF

Color information

#2BF4DF (or 0x2BF4DF) is unknown color: approx Turquoise. HEX triplet: 2B, F4 and DF. RGB value is (43,244,223). Sum of RGB (Red+Green+Blue) = 43+244+223=510 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.43% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF4DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF4DF is #D40B20. Grayscale: #B5B5B5. Windows color (decimal): -13896481 or 14677035. OLE color: 14677035.

HSL color Cylindrical-coordinate representation of color #2BF4DF: hue angle of 173.73º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF4DF is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB43244223-
CMYK0.8200.090.04
HSL173.73º90.13%56.27%-
HSV(B)173.73º82.38%95.69%-
XYZ46.6770.5480.97-
YUV181.51151.4129.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.43%
GREEN value IS 244 (95.70% from 255) = 47.84%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=8.43%
G=47.84%
B=43.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal432442230.8200.090.04173.7390.1356.27
Hex2BF4DF52094ae5a38
Octal53364337122011425613270
Binary1010111111010011011111101001001001100101011101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,244,223); }

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

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

 a { background-color: rgb(43,244,223); }

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

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

 span { border-color: rgb(43,244,223); }

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