#3FDAF8

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

Shades of Turquoise #3FDAF8

Tints of Turquoise #3FDAF8

Color information

#3FDAF8 (or 0x3FDAF8) is unknown color: approx Turquoise. HEX triplet: 3F, DA and F8. RGB value is (63,218,248). Sum of RGB (Red+Green+Blue) = 63+218+248=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #3FDAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDAF8 is #C02507. Grayscale: #AEAEAE. Windows color (decimal): -12592392 or 16308799. OLE color: 16308799.

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

Color convert

RGB63218248-
CMYK0.750.1200.03
HSL189.73º92.96%60.98%-
HSV(B)189.73º74.6%97.25%-
XYZ44.0657.9897.68-
YUV175.08169.1548.06-

RGB Variations

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

RGB

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

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
Decimal632182480.750.1200.03189.7392.9660.98
Hex3FDAF84BC03be5d3d
Octal77332370113140327613575
Binary111111110110101111100010010111100011101111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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