#3FF8B8

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

Shades of Turquoise #3FF8B8

Tints of Turquoise #3FF8B8

Color information

#3FF8B8 (or 0x3FF8B8) is unknown color: approx Turquoise. HEX triplet: 3F, F8 and B8. RGB value is (63,248,184). Sum of RGB (Red+Green+Blue) = 63+248+184=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8B8 is #C00747. Grayscale: #B9B9B9. Windows color (decimal): -12584776 or 12122175. OLE color: 12122175.

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

Color convert

RGB63248184-
CMYK0.7500.260.03
HSL159.24º92.96%60.98%-
HSV(B)159.24º74.6%97.25%-
XYZ44.2771.6556.84-
YUV185.39127.2140.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.73%
GREEN value IS 248 (97.27% from 255) = 50.10%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=12.73%
G=50.10%
B=37.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632481840.7500.260.03159.2492.9660.98
Hex3FF8B84B01A39f5d3d
Octal77370270113032323713575
Binary1111111111100010111000100101101101011100111111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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