#3FF8DA

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

Shades of Turquoise #3FF8DA

Tints of Turquoise #3FF8DA

Color information

#3FF8DA (or 0x3FF8DA) is unknown color: approx Turquoise. HEX triplet: 3F, F8 and DA. RGB value is (63,248,218). Sum of RGB (Red+Green+Blue) = 63+248+218=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8DA is #C00725. Grayscale: #BDBDBD. Windows color (decimal): -12584742 or 14350399. OLE color: 14350399.

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

Color convert

RGB63248218-
CMYK0.7500.120.03
HSL170.27º92.96%60.98%-
HSV(B)170.27º74.6%97.25%-
XYZ48.2773.2577.92-
YUV189.26144.2137.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.91%
GREEN value IS 248 (97.27% from 255) = 46.88%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=11.91%
G=46.88%
B=41.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632482180.7500.120.03170.2792.9660.98
Hex3FF8DA4B0C3aa5d3d
Octal77370332113014325213575
Binary111111111110001101101010010110110011101010101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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