#2CD0DF

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

Shades of Turquoise #2CD0DF

Tints of Turquoise #2CD0DF

Color information

#2CD0DF (or 0x2CD0DF) is unknown color: approx Turquoise. HEX triplet: 2C, D0 and DF. RGB value is (44,208,223). Sum of RGB (Red+Green+Blue) = 44+208+223=475 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.26% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #2CD0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD0DF is #D32F20. Grayscale: #A0A0A0. Windows color (decimal): -13840161 or 14667820. OLE color: 14667820.

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

Color convert

RGB44208223-
CMYK0.800.0700.13
HSL185.03º73.66%52.35%-
HSV(B)185.03º80.27%87.45%-
XYZ36.9150.9777.71-
YUV160.67163.1744.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.26%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=9.26%
G=43.79%
B=46.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442082230.800.0700.13185.0373.6652.35
Hex2CD0DF5070Db94a34
Octal54320337120701527111264
Binary1011001101000011011111101000011101101101110011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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