#2CD3D3

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

Shades of Turquoise #2CD3D3

Tints of Turquoise #2CD3D3

Color information

#2CD3D3 (or 0x2CD3D3) is unknown color: approx Turquoise. HEX triplet: 2C, D3 and D3. RGB value is (44,211,211). Sum of RGB (Red+Green+Blue) = 44+211+211=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: green, blue. Hex color #2CD3D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD3D3 is #D32C2C. Grayscale: #A0A0A0. Windows color (decimal): -13839405 or 13882156. OLE color: 13882156.

HSL color Cylindrical-coordinate representation of color #2CD3D3: hue angle of 180º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD3D3 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB44211211-
CMYK0.79000.17
HSL180º65.49%50%-
HSV(B)180º79.15%82.75%-
XYZ36.0951.8369.73-
YUV161.07156.1744.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.44%
GREEN value IS 211 (82.81% from 255) = 45.28%
BLUE value IS 211 (82.81% from 255) = 45.28%
R=9.44%
G=45.28%
B=45.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal442112110.79000.1718065.4950
Hex2CD3D34F0011b44132
Octal54323323117002126410162
Binary101100110100111101001110011110010001101101001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,211,211); }

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

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

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

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

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

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

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