#2AF2E4

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

Shades of Turquoise #2AF2E4

Tints of Turquoise #2AF2E4

Color information

#2AF2E4 (or 0x2AF2E4) is unknown color: approx Turquoise. HEX triplet: 2A, F2 and E4. RGB value is (42,242,228). Sum of RGB (Red+Green+Blue) = 42+242+228=512 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.20% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF2E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF2E4 is #D50D1B. Grayscale: #B4B4B4. Windows color (decimal): -13962524 or 15004202. OLE color: 15004202.

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

Color convert

RGB42242228-
CMYK0.8300.060.05
HSL175.8º88.5%55.69%-
HSV(B)175.8º82.64%94.9%-
XYZ46.7169.684.37-
YUV180.6154.7429.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.20%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 228 (89.45% from 255) = 44.53%
R=8.20%
G=47.27%
B=44.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal422422280.8300.060.05175.888.555.69
Hex2AF2E453065b05838
Octal5236234412306526013070
Binary101010111100101110010010100110110101101100001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,242,228); }

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

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

 a { background-color: rgb(42,242,228); }

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

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

 span { border-color: rgb(42,242,228); }

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