#3FE8F1

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

Shades of Turquoise #3FE8F1

Tints of Turquoise #3FE8F1

Color information

#3FE8F1 (or 0x3FE8F1) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and F1. RGB value is (63,232,241). Sum of RGB (Red+Green+Blue) = 63+232+241=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FE8F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FE8F1 is #C0170E. Grayscale: #B6B6B6. Windows color (decimal): -12588815 or 15853631. OLE color: 15853631.

HSL color Cylindrical-coordinate representation of color #3FE8F1: hue angle of 183.03º 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 #3FE8F1 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63232241-
CMYK0.740.0400.05
HSL183.03º86.41%59.61%-
HSV(B)183.03º73.86%94.51%-
XYZ46.7865.1293.32-
YUV182.49161.0142.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.75%
GREEN value IS 232 (91.02% from 255) = 43.28%
BLUE value IS 241 (94.53% from 255) = 44.96%
R=11.75%
G=43.28%
B=44.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632322410.740.0400.05183.0386.4159.61
Hex3FE8F14A405b7563c
Octal7735036111240526712674
Binary111111111010001111000110010101000101101101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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