#3FD7E9

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

Shades of Turquoise #3FD7E9

Tints of Turquoise #3FD7E9

Color information

#3FD7E9 (or 0x3FD7E9) is unknown color: approx Turquoise. HEX triplet: 3F, D7 and E9. RGB value is (63,215,233). Sum of RGB (Red+Green+Blue) = 63+215+233=511 (67% of max value = 765). Red value is 63 (25% from 255 or 12.33% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #3FD7E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD7E9 is #C02816. Grayscale: #ABABAB. Windows color (decimal): -12593175 or 15324991. OLE color: 15324991.

HSL color Cylindrical-coordinate representation of color #3FD7E9: hue angle of 186.35º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FD7E9 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB63215233-
CMYK0.730.0800.09
HSL186.35º79.44%58.04%-
HSV(B)186.35º72.96%91.37%-
XYZ41.0655.5485.65-
YUV171.6162.6450.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.33%
GREEN value IS 215 (84.38% from 255) = 42.07%
BLUE value IS 233 (91.41% from 255) = 45.60%
R=12.33%
G=42.07%
B=45.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632152330.730.0800.09186.3579.4458.04
Hex3FD7E949809ba4f3a
Octal773273511111001127211772
Binary11111111010111111010011001001100001001101110101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,215,233); }

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

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

 a { background-color: rgb(63,215,233); }

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

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

 span { border-color: rgb(63,215,233); }

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