#3FE7F1

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

Shades of Turquoise #3FE7F1

Tints of Turquoise #3FE7F1

Color information

#3FE7F1 (or 0x3FE7F1) is unknown color: approx Turquoise. HEX triplet: 3F, E7 and F1. RGB value is (63,231,241). Sum of RGB (Red+Green+Blue) = 63+231+241=535 (70% of max value = 765). Red value is 63 (25% from 255 or 11.78% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FE7F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FE7F1 is #C0180E. Grayscale: #B5B5B5. Windows color (decimal): -12589071 or 15853375. OLE color: 15853375.

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

Color convert

RGB63231241-
CMYK0.740.0400.05
HSL183.37º86.41%59.61%-
HSV(B)183.37º73.86%94.51%-
XYZ46.564.5693.23-
YUV181.91161.3443.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.78%
GREEN value IS 231 (90.62% from 255) = 43.18%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=11.78%
G=43.18%
B=45.05%

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
Decimal632312410.740.0400.05183.3786.4159.61
Hex3FE7F14A405b7563c
Octal7734736111240526712674
Binary111111111001111111000110010101000101101101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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