#2BDFE3

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

Shades of Turquoise #2BDFE3

Tints of Turquoise #2BDFE3

Color information

#2BDFE3 (or 0x2BDFE3) is unknown color: approx Turquoise. HEX triplet: 2B, DF and E3. RGB value is (43,223,227). Sum of RGB (Red+Green+Blue) = 43+223+227=493 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.72% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #2BDFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDFE3 is #D4201C. Grayscale: #A9A9A9. Windows color (decimal): -13901853 or 14933803. OLE color: 14933803.

HSL color Cylindrical-coordinate representation of color #2BDFE3: hue angle of 181.3º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDFE3 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB43223227-
CMYK0.810.0200.11
HSL181.3º76.67%52.94%-
HSV(B)181.3º81.06%89.02%-
XYZ41.2558.8381.86-
YUV169.64160.3737.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.72%
GREEN value IS 223 (87.5% from 255) = 45.23%
BLUE value IS 227 (89.06% from 255) = 46.04%
R=8.72%
G=45.23%
B=46.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal432232270.810.0200.11181.376.6752.94
Hex2BDFE35120Bb54d35
Octal53337343121201326511565
Binary101011110111111110001110100011001011101101011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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