#2cfcb5

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

Shades of Turquoise #2CFCB5

Tints of Turquoise #2CFCB5

Color information

#2CFCB5 (or 0x2CFCB5) is unknown color: approx Turquoise. HEX triplet: 2C, FC and B5. RGB value is (44,252,181). Sum of RGB (Red+Green+Blue) = 44+252+181=477 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.22% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFCB5 is #D3034A. Grayscale: #B5B5B5. Windows color (decimal): -13828939 or 11926572. OLE color: 11926572.

HSL color Cylindrical-coordinate representation of color #2CFCB5: hue angle of 159.52º 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 #2CFCB5 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB44252181-
CMYK0.8300.280.01
HSL159.52º97.2%58.04%-
HSV(B)159.52º82.54%98.82%-
XYZ44.1973.4955.57-
YUV181.71127.5929.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.22%
GREEN value IS 252 (98.83% from 255) = 52.83%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=9.22%
G=52.83%
B=37.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal442521810.8300.280.01159.5297.258.04
Hex2CFCB55301C1a0613a
Octal54374265123034124014172
Binary101100111111001011010110100110111001101000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cfcb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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