#2CD8DD

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

Shades of Turquoise #2CD8DD

Tints of Turquoise #2CD8DD

Color information

#2CD8DD (or 0x2CD8DD) is unknown color: approx Turquoise. HEX triplet: 2C, D8 and DD. RGB value is (44,216,221). Sum of RGB (Red+Green+Blue) = 44+216+221=481 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.15% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CD8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD8DD is #D32722. Grayscale: #A4A4A4. Windows color (decimal): -13838115 or 14538796. OLE color: 14538796.

HSL color Cylindrical-coordinate representation of color #2CD8DD: hue angle of 181.69º 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 #2CD8DD is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB44216221-
CMYK0.800.0200.13
HSL181.69º72.24%51.96%-
HSV(B)181.69º80.09%86.67%-
XYZ38.6554.8776.96-
YUV165.14159.5241.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.15%
GREEN value IS 216 (84.77% from 255) = 44.91%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=9.15%
G=44.91%
B=45.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442162210.800.0200.13181.6972.2451.96
Hex2CD8DD5020Db64834
Octal54330335120201526611064
Binary101100110110001101110110100001001101101101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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