#3FE0F1

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

Shades of Turquoise #3FE0F1

Tints of Turquoise #3FE0F1

Color information

#3FE0F1 (or 0x3FE0F1) is unknown color: approx Turquoise. HEX triplet: 3F, E0 and F1. RGB value is (63,224,241). Sum of RGB (Red+Green+Blue) = 63+224+241=528 (69% of max value = 765). Red value is 63 (25% from 255 or 11.93% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FE0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE0F1 is #C01F0E. Grayscale: #B1B1B1. Windows color (decimal): -12590863 or 15851583. OLE color: 15851583.

HSL color Cylindrical-coordinate representation of color #3FE0F1: hue angle of 185.73º 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 #3FE0F1 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63224241-
CMYK0.740.0700.05
HSL185.73º86.41%59.61%-
HSV(B)185.73º73.86%94.51%-
XYZ44.5860.7292.59-
YUV177.8163.6646.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.93%
GREEN value IS 224 (87.89% from 255) = 42.42%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=11.93%
G=42.42%
B=45.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632242410.740.0700.05185.7386.4159.61
Hex3FE0F14A705ba563c
Octal7734036111270527212674
Binary111111111000001111000110010101110101101110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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