#2DD0CF

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

Shades of Turquoise #2DD0CF

Tints of Turquoise #2DD0CF

Color information

#2DD0CF (or 0x2DD0CF) is unknown color: approx Turquoise. HEX triplet: 2D, D0 and CF. RGB value is (45,208,207). Sum of RGB (Red+Green+Blue) = 45+208+207=460 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.78% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD0CF is #D22F30. Grayscale: #9E9E9E. Windows color (decimal): -13774641 or 13619245. OLE color: 13619245.

HSL color Cylindrical-coordinate representation of color #2DD0CF: hue angle of 179.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DD0CF is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB45208207-
CMYK0.7800.000.18
HSL179.63º64.43%49.61%-
HSV(B)179.63º78.37%81.57%-
XYZ34.950.1766.88-
YUV159.1515546.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.78%
GREEN value IS 208 (81.64% from 255) = 45.22%
BLUE value IS 207 (81.25% from 255) = 45%
R=9.78%
G=45.22%
B=45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal452082070.7800.000.18179.6364.4349.61
Hex2DD0CF4E0012b44032
Octal55320317116002226410062
Binary101101110100001100111110011100010010101101001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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