#2DDCD0

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

Shades of Turquoise #2DDCD0

Tints of Turquoise #2DDCD0

Color information

#2DDCD0 (or 0x2DDCD0) is unknown color: approx Turquoise. HEX triplet: 2D, DC and D0. RGB value is (45,220,208). Sum of RGB (Red+Green+Blue) = 45+220+208=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDCD0 is #D2232F. Grayscale: #A6A6A6. Windows color (decimal): -13771568 or 13687853. OLE color: 13687853.

HSL color Cylindrical-coordinate representation of color #2DDCD0: hue angle of 175.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDCD0 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB45220208-
CMYK0.8000.050.14
HSL175.89º71.43%51.96%-
HSV(B)175.89º79.55%86.27%-
XYZ38.0656.368.54-
YUV166.31151.5241.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.51%
GREEN value IS 220 (86.33% from 255) = 46.51%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=9.51%
G=46.51%
B=43.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal452202080.8000.050.14175.8971.4351.96
Hex2DDCD05005Eb04734
Octal55334320120051626010764
Binary1011011101110011010000101000001011110101100001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,220,208); }

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

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

 a { background-color: rgb(45,220,208); }

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

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

 span { border-color: rgb(45,220,208); }

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