#3FD9DE

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

Shades of Turquoise #3FD9DE

Tints of Turquoise #3FD9DE

Color information

#3FD9DE (or 0x3FD9DE) is unknown color: approx Turquoise. HEX triplet: 3F, D9 and DE. RGB value is (63,217,222). Sum of RGB (Red+Green+Blue) = 63+217+222=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #3FD9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD9DE is #C02621. Grayscale: #ABABAB. Windows color (decimal): -12592674 or 14604607. OLE color: 14604607.

HSL color Cylindrical-coordinate representation of color #3FD9DE: hue angle of 181.89º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FD9DE is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB63217222-
CMYK0.720.0200.13
HSL181.89º70.67%55.88%-
HSV(B)181.89º71.62%87.06%-
XYZ40.0555.9677.8-
YUV171.52156.4850.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.55%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=12.55%
G=43.23%
B=44.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal632172220.720.0200.13181.8970.6755.88
Hex3FD9DE4820Db64738
Octal77331336110201526610770
Binary111111110110011101111010010001001101101101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,217,222); }

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

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

 a { background-color: rgb(63,217,222); }

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

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

 span { border-color: rgb(63,217,222); }

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