#2DCCC0

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

Shades of Medium Turquoise #2DCCC0

Tints of Medium Turquoise #2DCCC0

Color information

#2DCCC0 (or 0x2DCCC0) is unknown color: approx Medium Turquoise. HEX triplet: 2D, CC and C0. RGB value is (45,204,192). Sum of RGB (Red+Green+Blue) = 45+204+192=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCC0 is #D2333F. Grayscale: #9A9A9A. Windows color (decimal): -13775680 or 12635181. OLE color: 12635181.

HSL color Cylindrical-coordinate representation of color #2DCCC0: hue angle of 175.47º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCCC0 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB45204192-
CMYK0.7800.060.2
HSL175.47º63.86%48.82%-
HSV(B)175.47º77.94%80%-
XYZ32.1947.5557.35-
YUV155.09148.8249.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.20%
GREEN value IS 204 (80.08% from 255) = 46.26%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=10.20%
G=46.26%
B=43.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal452041920.7800.060.2175.4763.8648.82
Hex2DCCC04E0614af4031
Octal55314300116062425710061
Binary10110111001100110000001001110011010100101011111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,204,192); }

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

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

 a { background-color: rgb(45,204,192); }

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

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

 span { border-color: rgb(45,204,192); }

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