#2cd7c0

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

Shades of Turquoise #2CD7C0

Tints of Turquoise #2CD7C0

Color information

#2CD7C0 (or 0x2CD7C0) is unknown color: approx Turquoise. HEX triplet: 2C, D7 and C0. RGB value is (44,215,192). Sum of RGB (Red+Green+Blue) = 44+215+192=451 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.76% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD7C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD7C0 is #D3283F. Grayscale: #A1A1A1. Windows color (decimal): -13838400 or 12637996. OLE color: 12637996.

HSL color Cylindrical-coordinate representation of color #2CD7C0: hue angle of 171.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD7C0 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB44215192-
CMYK0.8000.110.16
HSL171.93º68.13%50.78%-
HSV(B)171.93º79.53%84.31%-
XYZ34.8552.9458.25-
YUV161.25145.3544.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.76%
GREEN value IS 215 (84.38% from 255) = 47.67%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=9.76%
G=47.67%
B=42.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal442151920.8000.110.16171.9368.1350.78
Hex2CD7C0500B10ac4433
Octal543273001200132025410463
Binary101100110101111100000010100000101110000101011001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cd7c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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