#2DD6C2

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

Shades of Turquoise #2DD6C2

Tints of Turquoise #2DD6C2

Color information

#2DD6C2 (or 0x2DD6C2) is unknown color: approx Turquoise. HEX triplet: 2D, D6 and C2. RGB value is (45,214,194). Sum of RGB (Red+Green+Blue) = 45+214+194=453 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.93% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD6C2 is #D2293D. Grayscale: #A1A1A1. Windows color (decimal): -13773118 or 12768813. OLE color: 12768813.

HSL color Cylindrical-coordinate representation of color #2DD6C2: hue angle of 172.9º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD6C2 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB45214194-
CMYK0.7900.090.16
HSL172.9º67.33%50.78%-
HSV(B)172.9º78.97%83.92%-
XYZ34.8752.5559.34-
YUV161.19146.5145.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.93%
GREEN value IS 214 (83.98% from 255) = 47.24%
BLUE value IS 194 (76.17% from 255) = 42.83%
R=9.93%
G=47.24%
B=42.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal452141940.7900.090.16172.967.3350.78
Hex2DD6C24F0910ad4333
Octal553263021170112025510363
Binary101101110101101100001010011110100110000101011011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,214,194); }

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

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

 a { background-color: rgb(45,214,194); }

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

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

 span { border-color: rgb(45,214,194); }

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