#2CF9BA

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

Shades of Turquoise #2CF9BA

Tints of Turquoise #2CF9BA

Color information

#2CF9BA (or 0x2CF9BA) is unknown color: approx Turquoise. HEX triplet: 2C, F9 and BA. RGB value is (44,249,186). Sum of RGB (Red+Green+Blue) = 44+249+186=479 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.19% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF9BA is #D30645. Grayscale: #B4B4B4. Windows color (decimal): -13829702 or 12253484. OLE color: 12253484.

HSL color Cylindrical-coordinate representation of color #2CF9BA: hue angle of 161.56º 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 #2CF9BA is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB44249186-
CMYK0.8200.250.02
HSL161.56º94.47%57.45%-
HSV(B)161.56º82.33%97.65%-
XYZ43.7871.8358.01-
YUV180.52131.0830.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.19%
GREEN value IS 249 (97.66% from 255) = 51.98%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=9.19%
G=51.98%
B=38.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal442491860.8200.250.02161.5694.4757.45
Hex2CF9BA520192a25e39
Octal54371272122031224213671
Binary1011001111100110111010101001001100110101000101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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