#2CFCB7

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

Shades of Turquoise #2CFCB7

Tints of Turquoise #2CFCB7

Color information

#2CFCB7 (or 0x2CFCB7) is unknown color: approx Turquoise. HEX triplet: 2C, FC and B7. RGB value is (44,252,183). Sum of RGB (Red+Green+Blue) = 44+252+183=479 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.19% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFCB7 is #D30348. Grayscale: #B6B6B6. Windows color (decimal): -13828937 or 12057644. OLE color: 12057644.

HSL color Cylindrical-coordinate representation of color #2CFCB7: hue angle of 160.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFCB7 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB44252183-
CMYK0.8300.270.01
HSL160.1º97.2%58.04%-
HSV(B)160.1º82.54%98.82%-
XYZ44.473.5856.66-
YUV181.94128.5929.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.19%
GREEN value IS 252 (98.83% from 255) = 52.61%
BLUE value IS 183 (71.88% from 255) = 38.20%
R=9.19%
G=52.61%
B=38.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal442521830.8300.270.01160.197.258.04
Hex2CFCB75301B1a0613a
Octal54374267123033124014172
Binary101100111111001011011110100110110111101000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,252,183); }

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

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

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

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

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

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

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