#2AE2E7

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

Shades of Turquoise #2AE2E7

Tints of Turquoise #2AE2E7

Color information

#2AE2E7 (or 0x2AE2E7) is unknown color: approx Turquoise. HEX triplet: 2A, E2 and E7. RGB value is (42,226,231). Sum of RGB (Red+Green+Blue) = 42+226+231=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #2AE2E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AE2E7 is #D51D18. Grayscale: #ABABAB. Windows color (decimal): -13966617 or 15196714. OLE color: 15196714.

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

Color convert

RGB42226231-
CMYK0.820.0200.09
HSL181.59º79.75%53.53%-
HSV(B)181.59º81.82%90.59%-
XYZ42.5860.6585.06-
YUV171.55161.5435.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.42%
GREEN value IS 226 (88.67% from 255) = 45.29%
BLUE value IS 231 (90.62% from 255) = 46.29%
R=8.42%
G=45.29%
B=46.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422262310.820.0200.09181.5979.7553.53
Hex2AE2E752209b65036
Octal52342347122201126612066
Binary101010111000101110011110100101001001101101101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,226,231); }

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

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

 a { background-color: rgb(42,226,231); }

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

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

 span { border-color: rgb(42,226,231); }

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