#2AC3C9

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

Shades of Medium Turquoise #2AC3C9

Tints of Medium Turquoise #2AC3C9

Color information

#2AC3C9 (or 0x2AC3C9) is unknown color: approx Medium Turquoise. HEX triplet: 2A, C3 and C9. RGB value is (42,195,201). Sum of RGB (Red+Green+Blue) = 42+195+201=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #2AC3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC3C9 is #D53C36. Grayscale: #959595. Windows color (decimal): -13974583 or 13222698. OLE color: 13222698.

HSL color Cylindrical-coordinate representation of color #2AC3C9: hue angle of 182.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC3C9 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42195201-
CMYK0.790.0300.21
HSL182.26º65.43%47.65%-
HSV(B)182.26º79.1%78.82%-
XYZ31.0143.7462.07-
YUV149.94156.8151.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.59%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 201 (78.91% from 255) = 45.89%
R=9.59%
G=44.52%
B=45.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421952010.790.0300.21182.2665.4347.65
Hex2AC3C94F3015b64130
Octal52303311117302526610160
Binary1010101100001111001001100111111010101101101101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,195,201); }

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

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

 a { background-color: rgb(42,195,201); }

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

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

 span { border-color: rgb(42,195,201); }

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