#2CCCCF

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

Shades of Medium Turquoise #2CCCCF

Tints of Medium Turquoise #2CCCCF

Color information

#2CCCCF (or 0x2CCCCF) is unknown color: approx Medium Turquoise. HEX triplet: 2C, CC and CF. RGB value is (44,204,207). Sum of RGB (Red+Green+Blue) = 44+204+207=455 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.67% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #2CCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCCF is #D33330. Grayscale: #9C9C9C. Windows color (decimal): -13841201 or 13618220. OLE color: 13618220.

HSL color Cylindrical-coordinate representation of color #2CCCCF: hue angle of 181.1º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCCCF is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB44204207-
CMYK0.790.0100.19
HSL181.1º64.94%49.22%-
HSV(B)181.1º78.74%81.18%-
XYZ33.8948.2366.55-
YUV156.5156.4947.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.67%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=9.67%
G=44.84%
B=45.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal442042070.790.0100.19181.164.9449.22
Hex2CCCCF4F1013b54131
Octal54314317117102326510161
Binary101100110011001100111110011111010011101101011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,204,207); }

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

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

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

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

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

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

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