#3FE5FC

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

Shades of Turquoise #3FE5FC

Tints of Turquoise #3FE5FC

Color information

#3FE5FC (or 0x3FE5FC) is unknown color: approx Turquoise. HEX triplet: 3F, E5 and FC. RGB value is (63,229,252). Sum of RGB (Red+Green+Blue) = 63+229+252=544 (72% of max value = 765). Red value is 63 (25% from 255 or 11.58% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FE5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE5FC is #C01A03. Grayscale: #B5B5B5. Windows color (decimal): -12589572 or 16573759. OLE color: 16573759.

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

Color convert

RGB63229252-
CMYK0.750.0900.01
HSL187.3º96.92%61.76%-
HSV(B)187.3º75%98.82%-
XYZ47.6464.12101.96-
YUV181.99167.543.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.58%
GREEN value IS 229 (89.84% from 255) = 42.10%
BLUE value IS 252 (98.83% from 255) = 46.32%
R=11.58%
G=42.10%
B=46.32%

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
Decimal632292520.750.0900.01187.396.9261.76
Hex3FE5FC4B901bb613e
Octal77345374113110127314176
Binary11111111100101111111001001011100101101110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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