#3FE8DD

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

Shades of Turquoise #3FE8DD

Tints of Turquoise #3FE8DD

Color information

#3FE8DD (or 0x3FE8DD) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and DD. RGB value is (63,232,221). Sum of RGB (Red+Green+Blue) = 63+232+221=516 (68% of max value = 765). Red value is 63 (25% from 255 or 12.21% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE8DD is #C01722. Grayscale: #B4B4B4. Windows color (decimal): -12588835 or 14542911. OLE color: 14542911.

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

Color convert

RGB63232221-
CMYK0.7300.050.09
HSL176.09º78.6%57.84%-
HSV(B)176.09º72.84%90.98%-
XYZ43.9663.9978.44-
YUV180.21151.0144.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.21%
GREEN value IS 232 (91.02% from 255) = 44.96%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=12.21%
G=44.96%
B=42.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632322210.7300.050.09176.0978.657.84
Hex3FE8DD49059b04f3a
Octal77350335111051126011772
Binary1111111110100011011101100100101011001101100001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,232,221); }

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

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

 a { background-color: rgb(63,232,221); }

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

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

 span { border-color: rgb(63,232,221); }

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