#3FECBB

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

Shades of Turquoise #3FECBB

Tints of Turquoise #3FECBB

Color information

#3FECBB (or 0x3FECBB) is unknown color: approx Turquoise. HEX triplet: 3F, EC and BB. RGB value is (63,236,187). Sum of RGB (Red+Green+Blue) = 63+236+187=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECBB is #C01344. Grayscale: #B2B2B2. Windows color (decimal): -12587845 or 12315711. OLE color: 12315711.

HSL color Cylindrical-coordinate representation of color #3FECBB: hue angle of 163.01º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECBB is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB63236187-
CMYK0.7300.210.07
HSL163.01º81.99%58.63%-
HSV(B)163.01º73.31%92.55%-
XYZ41.0164.6457.33-
YUV178.69132.6945.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.96%
GREEN value IS 236 (92.58% from 255) = 48.56%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=12.96%
G=48.56%
B=38.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal632361870.7300.210.07163.0181.9958.63
Hex3FECBB490157a3523b
Octal77354273111025724312273
Binary11111111101100101110111001001010101111101000111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,236,187); }

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

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

 a { background-color: rgb(63,236,187); }

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

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

 span { border-color: rgb(63,236,187); }

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