#2CF9BF

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

Shades of Turquoise #2CF9BF

Tints of Turquoise #2CF9BF

Color information

#2CF9BF (or 0x2CF9BF) is unknown color: approx Turquoise. HEX triplet: 2C, F9 and BF. RGB value is (44,249,191). Sum of RGB (Red+Green+Blue) = 44+249+191=484 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.09% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF9BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF9BF is #D30640. Grayscale: #B5B5B5. Windows color (decimal): -13829697 or 12581164. OLE color: 12581164.

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

Color convert

RGB44249191-
CMYK0.8200.230.02
HSL163.02º94.47%57.45%-
HSV(B)163.02º82.33%97.65%-
XYZ44.3272.0560.86-
YUV181.09133.5830.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.09%
GREEN value IS 249 (97.66% from 255) = 51.45%
BLUE value IS 191 (75% from 255) = 39.46%
R=9.09%
G=51.45%
B=39.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal442491910.8200.230.02163.0294.4757.45
Hex2CF9BF520172a35e39
Octal54371277122027224313671
Binary1011001111100110111111101001001011110101000111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,249,191); }

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

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

 a { background-color: rgb(44,249,191); }

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

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

 span { border-color: rgb(44,249,191); }

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