#2DDACF

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

Shades of Turquoise #2DDACF

Tints of Turquoise #2DDACF

Color information

#2DDACF (or 0x2DDACF) is unknown color: approx Turquoise. HEX triplet: 2D, DA and CF. RGB value is (45,218,207). Sum of RGB (Red+Green+Blue) = 45+218+207=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDACF is #D22530. Grayscale: #A4A4A4. Windows color (decimal): -13772081 or 13621805. OLE color: 13621805.

HSL color Cylindrical-coordinate representation of color #2DDACF: hue angle of 176.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDACF is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB45218207-
CMYK0.7900.050.15
HSL176.18º70.04%51.57%-
HSV(B)176.18º79.36%85.49%-
XYZ37.4255.2167.72-
YUV165.02151.6942.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.57%
GREEN value IS 218 (85.55% from 255) = 46.38%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=9.57%
G=46.38%
B=44.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal452182070.7900.050.15176.1870.0451.57
Hex2DDACF4F05Fb04634
Octal55332317117051726010664
Binary1011011101101011001111100111101011111101100001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,218,207); }

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

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

 a { background-color: rgb(45,218,207); }

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

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

 span { border-color: rgb(45,218,207); }

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