#2BE7CA

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

Shades of Turquoise #2BE7CA

Tints of Turquoise #2BE7CA

Color information

#2BE7CA (or 0x2BE7CA) is unknown color: approx Turquoise. HEX triplet: 2B, E7 and CA. RGB value is (43,231,202). Sum of RGB (Red+Green+Blue) = 43+231+202=476 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.03% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE7CA is #D41835. Grayscale: #ABABAB. Windows color (decimal): -13899830 or 13297451. OLE color: 13297451.

HSL color Cylindrical-coordinate representation of color #2BE7CA: hue angle of 170.74º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE7CA is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB43231202-
CMYK0.8100.130.09
HSL170.74º79.66%53.73%-
HSV(B)170.74º81.39%90.59%-
XYZ40.2361.9365.71-
YUV171.48145.2236.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.03%
GREEN value IS 231 (90.62% from 255) = 48.53%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=9.03%
G=48.53%
B=42.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal432312020.8100.130.09170.7479.6653.73
Hex2BE7CA510D9ab5036
Octal533473121210151125312066
Binary10101111100111110010101010001011011001101010111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,231,202); }

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

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

 a { background-color: rgb(43,231,202); }

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

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

 span { border-color: rgb(43,231,202); }

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