#3FEBF1

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

Shades of Turquoise #3FEBF1

Tints of Turquoise #3FEBF1

Color information

#3FEBF1 (or 0x3FEBF1) is unknown color: approx Turquoise. HEX triplet: 3F, EB and F1. RGB value is (63,235,241). Sum of RGB (Red+Green+Blue) = 63+235+241=539 (71% of max value = 765). Red value is 63 (25% from 255 or 11.69% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FEBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBF1 is #C0140E. Grayscale: #B8B8B8. Windows color (decimal): -12588047 or 15854399. OLE color: 15854399.

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

Color convert

RGB63235241-
CMYK0.740.0200.05
HSL182.02º86.41%59.61%-
HSV(B)182.02º73.86%94.51%-
XYZ47.6466.8293.61-
YUV184.26160.0241.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.69%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 241 (94.53% from 255) = 44.71%
R=11.69%
G=43.60%
B=44.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632352410.740.0200.05182.0286.4159.61
Hex3FEBF14A205b6563c
Octal7735336111220526612674
Binary11111111101011111100011001010100101101101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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