#2accd6

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

Shades of Medium Turquoise #2ACCD6

Tints of Medium Turquoise #2ACCD6

Color information

#2ACCD6 (or 0x2ACCD6) is unknown color: approx Medium Turquoise. HEX triplet: 2A, CC and D6. RGB value is (42,204,214). Sum of RGB (Red+Green+Blue) = 42+204+214=460 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.13% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #2ACCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCD6 is #D53329. Grayscale: #9C9C9C. Windows color (decimal): -13972266 or 14076970. OLE color: 14076970.

HSL color Cylindrical-coordinate representation of color #2ACCD6: hue angle of 183.49º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACCD6 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB42204214-
CMYK0.800.0500.16
HSL183.49º67.72%50.2%-
HSV(B)183.49º80.37%83.92%-
XYZ34.6948.5371.16-
YUV156.7160.3346.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.13%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 214 (83.98% from 255) = 46.52%
R=9.13%
G=44.35%
B=46.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal422042140.800.0500.16183.4967.7250.2
Hex2ACCD6505010b74432
Octal52314326120502026710462
Binary10101011001100110101101010000101010000101101111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2accd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,204,214); }

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

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

 a { background-color: rgb(42,204,214); }

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

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

 span { border-color: rgb(42,204,214); }

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