#3FDCFE

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

Shades of Turquoise Blue #3FDCFE

Tints of Turquoise Blue #3FDCFE

Color information

#3FDCFE (or 0x3FDCFE) is unknown color: approx Turquoise Blue. HEX triplet: 3F, DC and FE. RGB value is (63,220,254). Sum of RGB (Red+Green+Blue) = 63+220+254=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FDCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCFE is #C02301. Grayscale: #B0B0B0. Windows color (decimal): -12591874 or 16702527. OLE color: 16702527.

HSL color Cylindrical-coordinate representation of color #3FDCFE: hue angle of 190.68º 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 #3FDCFE is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB63220254-
CMYK0.750.1300.00
HSL190.68º98.96%62.16%-
HSV(B)190.68º75.2%99.61%-
XYZ45.5359.4102.83-
YUV176.93171.4946.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.73%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=11.73%
G=40.97%
B=47.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal632202540.750.1300.00190.6898.9662.16
Hex3FDCFE4BD00bf633e
Octal77334376113150027714376
Binary11111111011100111111101001011110100101111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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