#2CDDC6

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

Shades of Turquoise #2CDDC6

Tints of Turquoise #2CDDC6

Color information

#2CDDC6 (or 0x2CDDC6) is unknown color: approx Turquoise. HEX triplet: 2C, DD and C6. RGB value is (44,221,198). Sum of RGB (Red+Green+Blue) = 44+221+198=463 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.50% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDC6 is #D32239. Grayscale: #A5A5A5. Windows color (decimal): -13836858 or 13032748. OLE color: 13032748.

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

Color convert

RGB44221198-
CMYK0.8000.100.13
HSL172.2º72.24%51.96%-
HSV(B)172.2º80.09%86.67%-
XYZ37.0956.3362.34-
YUV165.46146.3641.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.50%
GREEN value IS 221 (86.72% from 255) = 47.73%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=9.50%
G=47.73%
B=42.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442211980.8000.100.13172.272.2451.96
Hex2CDDC6500ADac4834
Octal543353061200121525411064
Binary10110011011101110001101010000010101101101011001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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