#2DD4C5

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

Shades of Turquoise #2DD4C5

Tints of Turquoise #2DD4C5

Color information

#2DD4C5 (or 0x2DD4C5) is unknown color: approx Turquoise. HEX triplet: 2D, D4 and C5. RGB value is (45,212,197). Sum of RGB (Red+Green+Blue) = 45+212+197=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD4C5 is #D22B3A. Grayscale: #A0A0A0. Windows color (decimal): -13773627 or 12964909. OLE color: 12964909.

HSL color Cylindrical-coordinate representation of color #2DD4C5: hue angle of 174.61º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD4C5 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB45212197-
CMYK0.7900.070.17
HSL174.61º66.01%50.39%-
HSV(B)174.61º78.77%83.14%-
XYZ34.751.6860.97-
YUV160.36148.6745.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.91%
GREEN value IS 212 (83.20% from 255) = 46.70%
BLUE value IS 197 (77.34% from 255) = 43.39%
R=9.91%
G=46.70%
B=43.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal452121970.7900.070.17174.6166.0150.39
Hex2DD4C54F0711af4232
Octal55324305117072125710262
Binary10110111010100110001011001111011110001101011111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,212,197); }

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

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

 a { background-color: rgb(45,212,197); }

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

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

 span { border-color: rgb(45,212,197); }

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