#3FF8DC

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

Shades of Turquoise #3FF8DC

Tints of Turquoise #3FF8DC

Color information

#3FF8DC (or 0x3FF8DC) is unknown color: approx Turquoise. HEX triplet: 3F, F8 and DC. RGB value is (63,248,220). Sum of RGB (Red+Green+Blue) = 63+248+220=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8DC is #C00723. Grayscale: #BDBDBD. Windows color (decimal): -12584740 or 14481471. OLE color: 14481471.

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

Color convert

RGB63248220-
CMYK0.7500.110.03
HSL170.92º92.96%60.98%-
HSV(B)170.92º74.6%97.25%-
XYZ48.5473.3679.31-
YUV189.49145.2137.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.86%
GREEN value IS 248 (97.27% from 255) = 46.70%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=11.86%
G=46.70%
B=41.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632482200.7500.110.03170.9292.9660.98
Hex3FF8DC4B0B3ab5d3d
Octal77370334113013325313575
Binary111111111110001101110010010110101111101010111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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