#2DCCCE

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

Shades of Medium Turquoise #2DCCCE

Tints of Medium Turquoise #2DCCCE

Color information

#2DCCCE (or 0x2DCCCE) is unknown color: approx Medium Turquoise. HEX triplet: 2D, CC and CE. RGB value is (45,204,206). Sum of RGB (Red+Green+Blue) = 45+204+206=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DCCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCCE is #D23331. Grayscale: #9C9C9C. Windows color (decimal): -13775666 or 13552685. OLE color: 13552685.

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

Color convert

RGB45204206-
CMYK0.780.0100.19
HSL180.75º64.14%49.22%-
HSV(B)180.75º78.16%80.78%-
XYZ33.8248.265.91-
YUV156.69155.8248.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.89%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=9.89%
G=44.84%
B=45.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal452042060.780.0100.19180.7564.1449.22
Hex2DCCCE4E1013b54031
Octal55314316116102326510061
Binary101101110011001100111010011101010011101101011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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