#2CD0DD

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

Shades of Turquoise #2CD0DD

Tints of Turquoise #2CD0DD

Color information

#2CD0DD (or 0x2CD0DD) is unknown color: approx Turquoise. HEX triplet: 2C, D0 and DD. RGB value is (44,208,221). Sum of RGB (Red+Green+Blue) = 44+208+221=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CD0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD0DD is #D32F22. Grayscale: #A0A0A0. Windows color (decimal): -13840163 or 14536748. OLE color: 14536748.

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

Color convert

RGB44208221-
CMYK0.800.0600.13
HSL184.41º72.24%51.96%-
HSV(B)184.41º80.09%86.67%-
XYZ36.6550.8776.29-
YUV160.45162.1744.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.30%
GREEN value IS 208 (81.64% from 255) = 43.97%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=9.30%
G=43.97%
B=46.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442082210.800.0600.13184.4172.2451.96
Hex2CD0DD5060Db84834
Octal54320335120601527011064
Binary1011001101000011011101101000011001101101110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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