#3FD7F1

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

Shades of Turquoise #3FD7F1

Tints of Turquoise #3FD7F1

Color information

#3FD7F1 (or 0x3FD7F1) is unknown color: approx Turquoise. HEX triplet: 3F, D7 and F1. RGB value is (63,215,241). Sum of RGB (Red+Green+Blue) = 63+215+241=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FD7F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD7F1 is #C0280E. Grayscale: #ACACAC. Windows color (decimal): -12593167 or 15849279. OLE color: 15849279.

HSL color Cylindrical-coordinate representation of color #3FD7F1: hue angle of 188.76º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FD7F1 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63215241-
CMYK0.740.1100.05
HSL188.76º86.41%59.61%-
HSV(B)188.76º73.86%94.51%-
XYZ42.2356.0191.8-
YUV172.52166.6449.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.14%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=12.14%
G=41.43%
B=46.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632152410.740.1100.05188.7686.4159.61
Hex3FD7F14AB05bd563c
Octal77327361112130527512674
Binary1111111101011111110001100101010110101101111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,215,241); }

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

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

 a { background-color: rgb(63,215,241); }

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

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

 span { border-color: rgb(63,215,241); }

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