#3FFBBB

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

Shades of Turquoise #3FFBBB

Tints of Turquoise #3FFBBB

Color information

#3FFBBB (or 0x3FFBBB) is unknown color: approx Turquoise. HEX triplet: 3F, FB and BB. RGB value is (63,251,187). Sum of RGB (Red+Green+Blue) = 63+251+187=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBBB is #C00444. Grayscale: #BBBBBB. Windows color (decimal): -12584005 or 12319551. OLE color: 12319551.

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

Color convert

RGB63251187-
CMYK0.7500.250.02
HSL159.57º95.92%61.57%-
HSV(B)159.57º74.9%98.43%-
XYZ45.5273.6458.83-
YUV187.49127.7239.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.57%
GREEN value IS 251 (98.44% from 255) = 50.10%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=12.57%
G=50.10%
B=37.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632511870.7500.250.02159.5795.9261.57
Hex3FFBBB4B0192a0603e
Octal77373273113031224014076
Binary1111111111101110111011100101101100110101000001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,251,187); }

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

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

 a { background-color: rgb(63,251,187); }

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

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

 span { border-color: rgb(63,251,187); }

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