#2AF1B2

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

Shades of Turquoise #2AF1B2

Tints of Turquoise #2AF1B2

Color information

#2AF1B2 (or 0x2AF1B2) is unknown color: approx Turquoise. HEX triplet: 2A, F1 and B2. RGB value is (42,241,178). Sum of RGB (Red+Green+Blue) = 42+241+178=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF1B2 is #D50E4D. Grayscale: #AEAEAE. Windows color (decimal): -13962830 or 11727146. OLE color: 11727146.

HSL color Cylindrical-coordinate representation of color #2AF1B2: hue angle of 161.01º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF1B2 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB42241178-
CMYK0.8300.260.05
HSL161.01º87.67%55.49%-
HSV(B)161.01º82.57%94.51%-
XYZ40.4566.6252.85-
YUV174.32130.0733.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.11%
GREEN value IS 241 (94.53% from 255) = 52.28%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=9.11%
G=52.28%
B=38.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal422411780.8300.260.05161.0187.6755.49
Hex2AF1B25301A5a15837
Octal52361262123032524113067
Binary10101011110001101100101010011011010101101000011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,241,178); }

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

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

 a { background-color: rgb(42,241,178); }

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

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

 span { border-color: rgb(42,241,178); }

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