#3FE5F1

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

Shades of Turquoise #3FE5F1

Tints of Turquoise #3FE5F1

Color information

#3FE5F1 (or 0x3FE5F1) is unknown color: approx Turquoise. HEX triplet: 3F, E5 and F1. RGB value is (63,229,241). Sum of RGB (Red+Green+Blue) = 63+229+241=533 (70% of max value = 765). Red value is 63 (25% from 255 or 11.82% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FE5F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE5F1 is #C01A0E. Grayscale: #B4B4B4. Windows color (decimal): -12589583 or 15852863. OLE color: 15852863.

HSL color Cylindrical-coordinate representation of color #3FE5F1: hue angle of 184.04º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FE5F1 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63229241-
CMYK0.740.0500.05
HSL184.04º86.41%59.61%-
HSV(B)184.04º73.86%94.51%-
XYZ45.9563.4593.04-
YUV180.7316244.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.82%
GREEN value IS 229 (89.84% from 255) = 42.96%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=11.82%
G=42.96%
B=45.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632292410.740.0500.05184.0486.4159.61
Hex3FE5F14A505b8563c
Octal7734536111250527012674
Binary111111111001011111000110010101010101101110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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