#3FF6B6

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

Shades of Turquoise #3FF6B6

Tints of Turquoise #3FF6B6

Color information

#3FF6B6 (or 0x3FF6B6) is unknown color: approx Turquoise. HEX triplet: 3F, F6 and B6. RGB value is (63,246,182). Sum of RGB (Red+Green+Blue) = 63+246+182=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF6B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF6B6 is #C00949. Grayscale: #B8B8B8. Windows color (decimal): -12585290 or 11990591. OLE color: 11990591.

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

Color convert

RGB63246182-
CMYK0.7400.260.04
HSL159.02º91.04%60.59%-
HSV(B)159.02º74.39%96.47%-
XYZ43.4570.3555.54-
YUV183.99126.8741.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.83%
GREEN value IS 246 (96.48% from 255) = 50.10%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=12.83%
G=50.10%
B=37.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal632461820.7400.260.04159.0291.0460.59
Hex3FF6B64A01A49f5b3d
Octal77366266112032423713375
Binary11111111110110101101101001010011010100100111111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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