#2BEFDE

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

Shades of Turquoise #2BEFDE

Tints of Turquoise #2BEFDE

Color information

#2BEFDE (or 0x2BEFDE) is unknown color: approx Turquoise. HEX triplet: 2B, EF and DE. RGB value is (43,239,222). Sum of RGB (Red+Green+Blue) = 43+239+222=504 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.53% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFDE is #D41021. Grayscale: #B2B2B2. Windows color (decimal): -13897762 or 14610219. OLE color: 14610219.

HSL color Cylindrical-coordinate representation of color #2BEFDE: hue angle of 174.8º 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 #2BEFDE is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB43239222-
CMYK0.8200.070.06
HSL174.8º85.96%55.29%-
HSV(B)174.8º82.01%93.73%-
XYZ45.0567.5279.77-
YUV178.46152.5731.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.53%
GREEN value IS 239 (93.75% from 255) = 47.42%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=8.53%
G=47.42%
B=44.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal432392220.8200.070.06174.885.9655.29
Hex2BEFDE52076af5637
Octal5335733612207625712667
Binary101011111011111101111010100100111110101011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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