#2CFBC5

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

Shades of Turquoise #2CFBC5

Tints of Turquoise #2CFBC5

Color information

#2CFBC5 (or 0x2CFBC5) is unknown color: approx Turquoise. HEX triplet: 2C, FB and C5. RGB value is (44,251,197). Sum of RGB (Red+Green+Blue) = 44+251+197=492 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.94% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBC5 is #D3043A. Grayscale: #B6B6B6. Windows color (decimal): -13829179 or 12974892. OLE color: 12974892.

HSL color Cylindrical-coordinate representation of color #2CFBC5: hue angle of 164.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFBC5 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB44251197-
CMYK0.8200.220.02
HSL164.35º96.28%57.84%-
HSV(B)164.35º82.47%98.43%-
XYZ45.6173.5664.62-
YUV182.95135.9228.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.94%
GREEN value IS 251 (98.44% from 255) = 51.02%
BLUE value IS 197 (77.34% from 255) = 40.04%
R=8.94%
G=51.02%
B=40.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal442511970.8200.220.02164.3596.2857.84
Hex2CFBC5520162a4603a
Octal54373305122026224414072
Binary1011001111101111000101101001001011010101001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,251,197); }

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

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

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

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

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

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

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