#2DD4C4

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

Shades of Turquoise #2DD4C4

Tints of Turquoise #2DD4C4

Color information

#2DD4C4 (or 0x2DD4C4) is unknown color: approx Turquoise. HEX triplet: 2D, D4 and C4. RGB value is (45,212,196). Sum of RGB (Red+Green+Blue) = 45+212+196=453 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.93% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD4C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD4C4 is #D22B3B. Grayscale: #A0A0A0. Windows color (decimal): -13773628 or 12899373. OLE color: 12899373.

HSL color Cylindrical-coordinate representation of color #2DD4C4: hue angle of 174.25º 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 #2DD4C4 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB45212196-
CMYK0.7900.080.17
HSL174.25º66.01%50.39%-
HSV(B)174.25º78.77%83.14%-
XYZ34.5951.6360.37-
YUV160.24148.1745.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.93%
GREEN value IS 212 (83.20% from 255) = 46.80%
BLUE value IS 196 (76.95% from 255) = 43.27%
R=9.93%
G=46.80%
B=43.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal452121960.7900.080.17174.2566.0150.39
Hex2DD4C44F0811ae4232
Octal553243041170102125610262
Binary101101110101001100010010011110100010001101011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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