#2AF5BB

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

Shades of Turquoise #2AF5BB

Tints of Turquoise #2AF5BB

Color information

#2AF5BB (or 0x2AF5BB) is unknown color: approx Turquoise. HEX triplet: 2A, F5 and BB. RGB value is (42,245,187). Sum of RGB (Red+Green+Blue) = 42+245+187=474 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.86% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF5BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF5BB is #D50A44. Grayscale: #B1B1B1. Windows color (decimal): -13961797 or 12317994. OLE color: 12317994.

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

Color convert

RGB42245187-
CMYK0.8300.240.04
HSL162.86º91.03%56.27%-
HSV(B)162.86º82.86%96.08%-
XYZ42.5869.3858.16-
YUV177.69133.2531.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.86%
GREEN value IS 245 (96.09% from 255) = 51.69%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=8.86%
G=51.69%
B=39.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal422451870.8300.240.04162.8691.0356.27
Hex2AF5BB530184a35b38
Octal52365273123030424313370
Binary10101011110101101110111010011011000100101000111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,245,187); }

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

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

 a { background-color: rgb(42,245,187); }

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

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

 span { border-color: rgb(42,245,187); }

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