#3FF8B9

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

Shades of Turquoise #3FF8B9

Tints of Turquoise #3FF8B9

Color information

#3FF8B9 (or 0x3FF8B9) is unknown color: approx Turquoise. HEX triplet: 3F, F8 and B9. RGB value is (63,248,185). Sum of RGB (Red+Green+Blue) = 63+248+185=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8B9 is #C00746. Grayscale: #B9B9B9. Windows color (decimal): -12584775 or 12187711. OLE color: 12187711.

HSL color Cylindrical-coordinate representation of color #3FF8B9: hue angle of 159.57º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF8B9 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB63248185-
CMYK0.7500.250.03
HSL159.57º92.96%60.98%-
HSV(B)159.57º74.6%97.25%-
XYZ44.3771.6957.4-
YUV185.5127.7140.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.70%
GREEN value IS 248 (97.27% from 255) = 50%
BLUE value IS 185 (72.66% from 255) = 37.30%
R=12.70%
G=50%
B=37.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632481850.7500.250.03159.5792.9660.98
Hex3FF8B94B0193a05d3d
Octal77370271113031324013575
Binary1111111111100010111001100101101100111101000001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,248,185); }

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

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

 a { background-color: rgb(63,248,185); }

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

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

 span { border-color: rgb(63,248,185); }

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