#3FD9F8

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

Shades of Turquoise #3FD9F8

Tints of Turquoise #3FD9F8

Color information

#3FD9F8 (or 0x3FD9F8) is unknown color: approx Turquoise. HEX triplet: 3F, D9 and F8. RGB value is (63,217,248). Sum of RGB (Red+Green+Blue) = 63+217+248=528 (69% of max value = 765). Red value is 63 (25% from 255 or 11.93% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #3FD9F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD9F8 is #C02607. Grayscale: #AEAEAE. Windows color (decimal): -12592648 or 16308543. OLE color: 16308543.

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

Color convert

RGB63217248-
CMYK0.750.1200.03
HSL190.05º92.96%60.98%-
HSV(B)190.05º74.6%97.25%-
XYZ43.8157.4697.59-
YUV174.49169.4848.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.93%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 248 (97.27% from 255) = 46.97%
R=11.93%
G=41.10%
B=46.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632172480.750.1200.03190.0592.9660.98
Hex3FD9F84BC03be5d3d
Octal77331370113140327613575
Binary111111110110011111100010010111100011101111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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