#3ff9b3

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

Shades of Turquoise #3FF9B3

Tints of Turquoise #3FF9B3

Color information

#3FF9B3 (or 0x3FF9B3) is unknown color: approx Turquoise. HEX triplet: 3F, F9 and B3. RGB value is (63,249,179). Sum of RGB (Red+Green+Blue) = 63+249+179=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF9B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF9B3 is #C0064C. Grayscale: #B9B9B9. Windows color (decimal): -12584525 or 11794751. OLE color: 11794751.

HSL color Cylindrical-coordinate representation of color #3FF9B3: hue angle of 157.42º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF9B3 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB63249179-
CMYK0.7500.280.02
HSL157.42º93.94%61.18%-
HSV(B)157.42º74.7%97.65%-
XYZ44.0672.0654.24-
YUV185.41124.3840.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.83%
GREEN value IS 249 (97.66% from 255) = 50.71%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=12.83%
G=50.71%
B=36.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632491790.7500.280.02157.4293.9461.18
Hex3FF9B34B01C29d5e3d
Octal77371263113034223513675
Binary1111111111100110110011100101101110010100111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ff9b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,249,179); }

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

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

 a { background-color: rgb(63,249,179); }

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

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

 span { border-color: rgb(63,249,179); }

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