#2AE7E0

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

Shades of Turquoise #2AE7E0

Tints of Turquoise #2AE7E0

Color information

#2AE7E0 (or 0x2AE7E0) is unknown color: approx Turquoise. HEX triplet: 2A, E7 and E0. RGB value is (42,231,224). Sum of RGB (Red+Green+Blue) = 42+231+224=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE7E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AE7E0 is #D5181F. Grayscale: #ADADAD. Windows color (decimal): -13965344 or 14739242. OLE color: 14739242.

HSL color Cylindrical-coordinate representation of color #2AE7E0: hue angle of 177.78º 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 #2AE7E0 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB42231224-
CMYK0.8200.030.09
HSL177.78º79.75%53.53%-
HSV(B)177.78º81.82%90.59%-
XYZ42.9963.0380.42-
YUV173.69156.3834.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.45%
GREEN value IS 231 (90.62% from 255) = 46.48%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=8.45%
G=46.48%
B=45.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422312240.8200.030.09177.7879.7553.53
Hex2AE7E052039b25036
Octal52347340122031126212066
Binary101010111001111110000010100100111001101100101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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