#2ACDCB

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

Shades of Medium Turquoise #2ACDCB

Tints of Medium Turquoise #2ACDCB

Color information

#2ACDCB (or 0x2ACDCB) is unknown color: approx Medium Turquoise. HEX triplet: 2A, CD and CB. RGB value is (42,205,203). Sum of RGB (Red+Green+Blue) = 42+205+203=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDCB is #D53234. Grayscale: #9B9B9B. Windows color (decimal): -13972021 or 13356330. OLE color: 13356330.

HSL color Cylindrical-coordinate representation of color #2ACDCB: hue angle of 179.26º 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 #2ACDCB is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB42205203-
CMYK0.8000.010.20
HSL179.26º65.99%48.43%-
HSV(B)179.26º79.51%80.39%-
XYZ33.5748.4764.09-
YUV156.04154.546.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.33%
GREEN value IS 205 (80.47% from 255) = 45.56%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=9.33%
G=45.56%
B=45.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal422052030.8000.010.20179.2665.9948.43
Hex2ACDCB500114b34230
Octal52315313120012426310260
Binary101010110011011100101110100000110100101100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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