#3FF6DA

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

Shades of Turquoise #3FF6DA

Tints of Turquoise #3FF6DA

Color information

#3FF6DA (or 0x3FF6DA) is unknown color: approx Turquoise. HEX triplet: 3F, F6 and DA. RGB value is (63,246,218). Sum of RGB (Red+Green+Blue) = 63+246+218=527 (69% of max value = 765). Red value is 63 (25% from 255 or 11.95% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF6DA is #C00925. Grayscale: #BCBCBC. Windows color (decimal): -12585254 or 14349887. OLE color: 14349887.

HSL color Cylindrical-coordinate representation of color #3FF6DA: hue angle of 170.82º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF6DA is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB63246218-
CMYK0.7400.110.04
HSL170.82º91.04%60.59%-
HSV(B)170.82º74.39%96.47%-
XYZ47.6672.0377.72-
YUV188.09144.8738.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.95%
GREEN value IS 246 (96.48% from 255) = 46.68%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=11.95%
G=46.68%
B=41.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal632462180.7400.110.04170.8291.0460.59
Hex3FF6DA4A0B4ab5b3d
Octal77366332112013425313375
Binary1111111111011011011010100101001011100101010111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,246,218); }

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

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

 a { background-color: rgb(63,246,218); }

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

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

 span { border-color: rgb(63,246,218); }

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