#3FF2C7

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

Shades of Turquoise #3FF2C7

Tints of Turquoise #3FF2C7

Color information

#3FF2C7 (or 0x3FF2C7) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and C7. RGB value is (63,242,199). Sum of RGB (Red+Green+Blue) = 63+242+199=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2C7 is #C00D38. Grayscale: #B7B7B7. Windows color (decimal): -12586297 or 13103679. OLE color: 13103679.

HSL color Cylindrical-coordinate representation of color #3FF2C7: hue angle of 165.59º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2C7 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB63242199-
CMYK0.7400.180.05
HSL165.59º87.32%59.8%-
HSV(B)165.59º73.97%94.9%-
XYZ44.1168.6864.97-
YUV183.58136.742-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.5%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=12.5%
G=48.02%
B=39.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632421990.7400.180.05165.5987.3259.8
Hex3FF2C74A0125a6573c
Octal77362307112022524612774
Binary11111111110010110001111001010010010101101001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FF2C7; }

 p { color: rgb(63,242,199); }

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

<style>
 a { background-color: #3FF2C7; }

 a { background-color: rgb(63,242,199); }

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

<style>
 span { border-color: #3FF2C7; }

 span { border-color: rgb(63,242,199); }

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