#3FF8AF

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

Shades of Turquoise #3FF8AF

Tints of Turquoise #3FF8AF

Color information

#3FF8AF (or 0x3FF8AF) is unknown color: approx Turquoise. HEX triplet: 3F, F8 and AF. RGB value is (63,248,175). Sum of RGB (Red+Green+Blue) = 63+248+175=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF8AF is #C00750. Grayscale: #B8B8B8. Windows color (decimal): -12584785 or 11532351. OLE color: 11532351.

HSL color Cylindrical-coordinate representation of color #3FF8AF: hue angle of 156.32º 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 #3FF8AF is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB63248175-
CMYK0.7500.290.03
HSL156.32º92.96%60.98%-
HSV(B)156.32º74.6%97.25%-
XYZ43.3671.2952.03-
YUV184.36122.7141.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.96%
GREEN value IS 248 (97.27% from 255) = 51.03%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=12.96%
G=51.03%
B=36.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632481750.7500.290.03156.3292.9660.98
Hex3FF8AF4B01D39c5d3d
Octal77370257113035323413575
Binary1111111111100010101111100101101110111100111001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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