#3fe1ff

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

Shades of Turquoise Blue #3FE1FF

Tints of Turquoise Blue #3FE1FF

Color information

#3FE1FF (or 0x3FE1FF) is unknown color: approx Turquoise Blue. HEX triplet: 3F, E1 and FF. RGB value is (63,225,255). Sum of RGB (Red+Green+Blue) = 63+225+255=543 (71% of max value = 765). Red value is 63 (25% from 255 or 11.60% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FE1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE1FF is #C01E00. Grayscale: #B3B3B3. Windows color (decimal): -12590593 or 16769343. OLE color: 16769343.

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

Color convert

RGB63225255-
CMYK0.750.1200
HSL189.38º100%62.35%-
HSV(B)189.38º75.29%100%-
XYZ47.0362.13104.12-
YUV179.98170.3344.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.60%
GREEN value IS 225 (88.28% from 255) = 41.44%
BLUE value IS 255 (100% from 255) = 46.96%
R=11.60%
G=41.44%
B=46.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal632252550.750.1200189.3810062.35
Hex3FE1FF4BC00bd643e
Octal77341377113140027514476
Binary11111111100001111111111001011110000101111011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fe1ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,225,255); }

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

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

 a { background-color: rgb(63,225,255); }

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

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

 span { border-color: rgb(63,225,255); }

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