#2AEAED

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

Shades of Bright Turquoise #2AEAED

Tints of Bright Turquoise #2AEAED

Color information

#2AEAED (or 0x2AEAED) is unknown color: approx Bright Turquoise. HEX triplet: 2A, EA and ED. RGB value is (42,234,237). Sum of RGB (Red+Green+Blue) = 42+234+237=513 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.19% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #2AEAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEAED is #D51512. Grayscale: #B0B0B0. Windows color (decimal): -13964563 or 15591978. OLE color: 15591978.

HSL color Cylindrical-coordinate representation of color #2AEAED: hue angle of 180.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEAED is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB42234237-
CMYK0.820.0100.07
HSL180.92º84.42%54.71%-
HSV(B)180.92º82.28%92.94%-
XYZ45.6665.4590.35-
YUV176.93161.8931.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.19%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=8.19%
G=45.61%
B=46.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal422342370.820.0100.07180.9284.4254.71
Hex2AEAED52107b55437
Octal5235235512210726512467
Binary1010101110101011101101101001010111101101011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,234,237); }

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

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

 a { background-color: rgb(42,234,237); }

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

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

 span { border-color: rgb(42,234,237); }

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