#2DD0DA

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

Shades of Turquoise #2DD0DA

Tints of Turquoise #2DD0DA

Color information

#2DD0DA (or 0x2DD0DA) is unknown color: approx Turquoise. HEX triplet: 2D, D0 and DA. RGB value is (45,208,218). Sum of RGB (Red+Green+Blue) = 45+208+218=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #2DD0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD0DA is #D22F25. Grayscale: #A0A0A0. Windows color (decimal): -13774630 or 14340141. OLE color: 14340141.

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

Color convert

RGB45208218-
CMYK0.790.0500.15
HSL183.47º70.04%51.57%-
HSV(B)183.47º79.36%85.49%-
XYZ36.2950.7374.21-
YUV160.4160.545.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.55%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=9.55%
G=44.16%
B=46.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal452082180.790.0500.15183.4770.0451.57
Hex2DD0DA4F50Fb74634
Octal55320332117501726710664
Binary1011011101000011011010100111110101111101101111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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