#2CDDD7

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

Shades of Turquoise #2CDDD7

Tints of Turquoise #2CDDD7

Color information

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

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

Color convert

RGB44221215-
CMYK0.8000.030.13
HSL177.97º72.24%51.96%-
HSV(B)177.97º80.09%86.67%-
XYZ39.1657.1573.26-
YUV167.39154.8639.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442212150.8000.030.13177.9772.2451.96
Hex2CDDD75003Db24834
Octal54335327120031526211064
Binary101100110111011101011110100000111101101100101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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