#2ACED9

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

Shades of Turquoise #2ACED9

Tints of Turquoise #2ACED9

Color information

#2ACED9 (or 0x2ACED9) is unknown color: approx Turquoise. HEX triplet: 2A, CE and D9. RGB value is (42,206,217). Sum of RGB (Red+Green+Blue) = 42+206+217=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #2ACED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACED9 is #D53126. Grayscale: #9E9E9E. Windows color (decimal): -13971751 or 14274090. OLE color: 14274090.

HSL color Cylindrical-coordinate representation of color #2ACED9: hue angle of 183.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACED9 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB42206217-
CMYK0.810.0500.15
HSL183.77º69.72%50.78%-
HSV(B)183.77º80.65%85.1%-
XYZ35.5549.6473.35-
YUV158.22161.1745.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.03%
GREEN value IS 206 (80.86% from 255) = 44.30%
BLUE value IS 217 (85.16% from 255) = 46.67%
R=9.03%
G=44.30%
B=46.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal422062170.810.0500.15183.7769.7250.78
Hex2ACED95150Fb84633
Octal52316331121501727010663
Binary1010101100111011011001101000110101111101110001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,206,217); }

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

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

 a { background-color: rgb(42,206,217); }

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

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

 span { border-color: rgb(42,206,217); }

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