#2BEAE4

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

Shades of Turquoise #2BEAE4

Tints of Turquoise #2BEAE4

Color information

#2BEAE4 (or 0x2BEAE4) is unknown color: approx Turquoise. HEX triplet: 2B, EA and E4. RGB value is (43,234,228). Sum of RGB (Red+Green+Blue) = 43+234+228=505 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.51% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAE4 is #D4151B. Grayscale: #B0B0B0. Windows color (decimal): -13899036 or 15002155. OLE color: 15002155.

HSL color Cylindrical-coordinate representation of color #2BEAE4: hue angle of 178.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEAE4 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB43234228-
CMYK0.8200.030.08
HSL178.12º81.97%54.31%-
HSV(B)178.12º81.62%91.76%-
XYZ44.4264.9683.6-
YUV176.21157.2232.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.51%
GREEN value IS 234 (91.80% from 255) = 46.34%
BLUE value IS 228 (89.45% from 255) = 45.15%
R=8.51%
G=46.34%
B=45.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal432342280.8200.030.08178.1281.9754.31
Hex2BEAE452038b25236
Octal53352344122031026212266
Binary101011111010101110010010100100111000101100101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,234,228); }

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

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

 a { background-color: rgb(43,234,228); }

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

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

 span { border-color: rgb(43,234,228); }

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