#2CD7DD

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

Shades of Turquoise #2CD7DD

Tints of Turquoise #2CD7DD

Color information

#2CD7DD (or 0x2CD7DD) is unknown color: approx Turquoise. HEX triplet: 2C, D7 and DD. RGB value is (44,215,221). Sum of RGB (Red+Green+Blue) = 44+215+221=480 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.17% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CD7DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD7DD is #D32822. Grayscale: #A4A4A4. Windows color (decimal): -13838371 or 14538540. OLE color: 14538540.

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

Color convert

RGB44215221-
CMYK0.800.0300.13
HSL182.03º72.24%51.96%-
HSV(B)182.03º80.09%86.67%-
XYZ38.3954.3676.88-
YUV164.56159.8542.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.17%
GREEN value IS 215 (84.38% from 255) = 44.79%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=9.17%
G=44.79%
B=46.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442152210.800.0300.13182.0372.2451.96
Hex2CD7DD5030Db64834
Octal54327335120301526611064
Binary101100110101111101110110100001101101101101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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