#2AEFC8

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

Shades of Turquoise #2AEFC8

Tints of Turquoise #2AEFC8

Color information

#2AEFC8 (or 0x2AEFC8) is unknown color: approx Turquoise. HEX triplet: 2A, EF and C8. RGB value is (42,239,200). Sum of RGB (Red+Green+Blue) = 42+239+200=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFC8 is #D51037. Grayscale: #AFAFAF. Windows color (decimal): -13963320 or 13168426. OLE color: 13168426.

HSL color Cylindrical-coordinate representation of color #2AEFC8: hue angle of 168.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEFC8 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB42239200-
CMYK0.8200.160.06
HSL168.12º86.03%55.1%-
HSV(B)168.12º82.43%93.73%-
XYZ42.2566.465.23-
YUV175.65141.7332.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.73%
GREEN value IS 239 (93.75% from 255) = 49.69%
BLUE value IS 200 (78.52% from 255) = 41.58%
R=8.73%
G=49.69%
B=41.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal422392000.8200.160.06168.1286.0355.1
Hex2AEFC8520106a85637
Octal52357310122020625012667
Binary10101011101111110010001010010010000110101010001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,239,200); }

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

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

 a { background-color: rgb(42,239,200); }

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

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

 span { border-color: rgb(42,239,200); }

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