#2CF3BE

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

Shades of Turquoise #2CF3BE

Tints of Turquoise #2CF3BE

Color information

#2CF3BE (or 0x2CF3BE) is unknown color: approx Turquoise. HEX triplet: 2C, F3 and BE. RGB value is (44,243,190). Sum of RGB (Red+Green+Blue) = 44+243+190=477 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.22% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF3BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF3BE is #D30C41. Grayscale: #B1B1B1. Windows color (decimal): -13831234 or 12514092. OLE color: 12514092.

HSL color Cylindrical-coordinate representation of color #2CF3BE: hue angle of 164.02º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF3BE is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB44243190-
CMYK0.8200.220.05
HSL164.02º89.24%56.27%-
HSV(B)164.02º81.89%95.29%-
XYZ42.3868.3559.68-
YUV177.46135.0732.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.22%
GREEN value IS 243 (95.31% from 255) = 50.94%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=9.22%
G=50.94%
B=39.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal442431900.8200.220.05164.0289.2456.27
Hex2CF3BE520165a45938
Octal54363276122026524413170
Binary10110011110011101111101010010010110101101001001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,243,190); }

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

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

 a { background-color: rgb(44,243,190); }

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

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

 span { border-color: rgb(44,243,190); }

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