#3FE6FC

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

Shades of Turquoise #3FE6FC

Tints of Turquoise #3FE6FC

Color information

#3FE6FC (or 0x3FE6FC) is unknown color: approx Turquoise. HEX triplet: 3F, E6 and FC. RGB value is (63,230,252). Sum of RGB (Red+Green+Blue) = 63+230+252=545 (72% of max value = 765). Red value is 63 (25% from 255 or 11.56% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FE6FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FE6FC is #C01903. Grayscale: #B6B6B6. Windows color (decimal): -12589316 or 16574015. OLE color: 16574015.

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

Color convert

RGB63230252-
CMYK0.750.0900.01
HSL186.98º96.92%61.76%-
HSV(B)186.98º75%98.82%-
XYZ47.9264.68102.05-
YUV182.58167.1742.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.56%
GREEN value IS 230 (90.23% from 255) = 42.20%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=11.56%
G=42.20%
B=46.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal632302520.750.0900.01186.9896.9261.76
Hex3FE6FC4B901bb613e
Octal77346374113110127314176
Binary11111111100110111111001001011100101101110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,230,252); }

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

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

 a { background-color: rgb(63,230,252); }

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

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

 span { border-color: rgb(63,230,252); }

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