#2AF9DA

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

Shades of Turquoise #2AF9DA

Tints of Turquoise #2AF9DA

Color information

#2AF9DA (or 0x2AF9DA) is unknown color: approx Turquoise. HEX triplet: 2A, F9 and DA. RGB value is (42,249,218). Sum of RGB (Red+Green+Blue) = 42+249+218=509 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.25% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF9DA is #D50625. Grayscale: #B7B7B7. Windows color (decimal): -13960742 or 14350634. OLE color: 14350634.

HSL color Cylindrical-coordinate representation of color #2AF9DA: hue angle of 171.01º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF9DA is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB42249218-
CMYK0.8300.120.02
HSL171.01º94.52%57.06%-
HSV(B)171.01º83.13%97.65%-
XYZ47.4973.3177.98-
YUV183.57147.4227.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.25%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=8.25%
G=48.92%
B=42.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal422492180.8300.120.02171.0194.5257.06
Hex2AF9DA530C2ab5f39
Octal52371332123014225313771
Binary101010111110011101101010100110110010101010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,249,218); }

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

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

 a { background-color: rgb(42,249,218); }

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

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

 span { border-color: rgb(42,249,218); }

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