#3FE8FE

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

Shades of Turquoise #3FE8FE

Tints of Turquoise #3FE8FE

Color information

#3FE8FE (or 0x3FE8FE) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and FE. RGB value is (63,232,254). Sum of RGB (Red+Green+Blue) = 63+232+254=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FE8FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FE8FE is #C01701. Grayscale: #B7B7B7. Windows color (decimal): -12588802 or 16705599. OLE color: 16705599.

HSL color Cylindrical-coordinate representation of color #3FE8FE: hue angle of 186.91º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FE8FE is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB63232254-
CMYK0.750.0900.00
HSL186.91º98.96%62.16%-
HSV(B)186.91º75.2%99.61%-
XYZ48.865.93103.92-
YUV183.98167.5141.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.48%
GREEN value IS 232 (91.02% from 255) = 42.26%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=11.48%
G=42.26%
B=46.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal632322540.750.0900.00186.9198.9662.16
Hex3FE8FE4B900bb633e
Octal77350376113110027314376
Binary11111111101000111111101001011100100101110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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