#2CD1DD

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

Shades of Turquoise #2CD1DD

Tints of Turquoise #2CD1DD

Color information

#2CD1DD (or 0x2CD1DD) is unknown color: approx Turquoise. HEX triplet: 2C, D1 and DD. RGB value is (44,209,221). Sum of RGB (Red+Green+Blue) = 44+209+221=474 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.28% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CD1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD1DD is #D32E22. Grayscale: #A0A0A0. Windows color (decimal): -13839907 or 14537004. OLE color: 14537004.

HSL color Cylindrical-coordinate representation of color #2CD1DD: hue angle of 184.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD1DD is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB44209221-
CMYK0.800.0500.13
HSL184.07º72.24%51.96%-
HSV(B)184.07º80.09%86.67%-
XYZ36.8951.3676.38-
YUV161.03161.8444.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.28%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 221 (86.72% from 255) = 46.62%
R=9.28%
G=44.09%
B=46.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442092210.800.0500.13184.0772.2451.96
Hex2CD1DD5050Db84834
Octal54321335120501527011064
Binary1011001101000111011101101000010101101101110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,209,221); }

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

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

 a { background-color: rgb(44,209,221); }

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

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

 span { border-color: rgb(44,209,221); }

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