#3FF1E7

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

Shades of Turquoise #3FF1E7

Tints of Turquoise #3FF1E7

Color information

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

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

Color convert

RGB63241231-
CMYK0.7400.040.05
HSL176.63º86.41%59.61%-
HSV(B)176.63º73.86%94.51%-
XYZ47.9369.7486.54-
YUV186.64153.0339.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632412310.7400.040.05176.6386.4159.61
Hex3FF1E74A045b1563c
Octal7736134711204526112674
Binary111111111100011110011110010100100101101100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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