#2ACCCD

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

Shades of Medium Turquoise #2ACCCD

Tints of Medium Turquoise #2ACCCD

Color information

#2ACCCD (or 0x2ACCCD) is unknown color: approx Medium Turquoise. HEX triplet: 2A, CC and CD. RGB value is (42,204,205). Sum of RGB (Red+Green+Blue) = 42+204+205=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #2ACCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCCD is #D53332. Grayscale: #9B9B9B. Windows color (decimal): -13972275 or 13487146. OLE color: 13487146.

HSL color Cylindrical-coordinate representation of color #2ACCCD: hue angle of 180.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACCCD is Cyan = 0.80, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB42204205-
CMYK0.800.0000.20
HSL180.37º65.99%48.43%-
HSV(B)180.37º79.51%80.39%-
XYZ33.5748.0965.27-
YUV155.68155.8346.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.31%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=9.31%
G=45.23%
B=45.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal422042050.800.0000.20180.3765.9948.43
Hex2ACCCD500014b44230
Octal52314315120002426410260
Binary101010110011001100110110100000010100101101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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